mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-05 21:02:36 +01:00
Workload/Manual: Update "view" parameter description
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user