mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
Workload/Manual: Update "view" parameter description
This commit is contained in:
parent
10a614ff04
commit
081358769d
@ -58,8 +58,10 @@ class ManualWorkload(Workload):
|
||||
is not specified, and ``False`` otherwise.
|
||||
"""),
|
||||
Parameter('view', default='SurfaceView',
|
||||
description="""Specifies the View of the workload. This enables instruments that require a
|
||||
View to be specified, such as the ``fps`` instrument."""),
|
||||
description="""Specifies the View of the workload. This enables instruments that
|
||||
require a View to be specified, such as the ``fps`` instrument.
|
||||
This is required for using "SurfaceFlinger" to collect FPS statistics
|
||||
and is primarily used on devices pre API level 23"""),
|
||||
Parameter('package',
|
||||
description="""Specifies the package name of the workload. This enables
|
||||
instruments that require a Package to be specified, such
|
||||
|
Loading…
x
Reference in New Issue
Block a user