mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-03 03:42:35 +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.
|
||||
"""),
|
||||
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
|
||||
|
Reference in New Issue
Block a user