mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-04-19 09:10:51 +01: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.
|
is not specified, and ``False`` otherwise.
|
||||||
"""),
|
"""),
|
||||||
Parameter('view', default='SurfaceView',
|
Parameter('view', default='SurfaceView',
|
||||||
description="""Specifies the View of the workload. This enables instruments that require a
|
description="""Specifies the View of the workload. This enables instruments that
|
||||||
View to be specified, such as the ``fps`` instrument."""),
|
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',
|
Parameter('package',
|
||||||
description="""Specifies the package name of the workload. This enables
|
description="""Specifies the package name of the workload. This enables
|
||||||
instruments that require a Package to be specified, such
|
instruments that require a Package to be specified, such
|
||||||
|
Loading…
x
Reference in New Issue
Block a user