aboutsummaryrefslogtreecommitdiff
path: root/wa
diff options
context:
space:
mode:
Diffstat (limited to 'wa')
-rw-r--r--wa/framework/workload.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/wa/framework/workload.py b/wa/framework/workload.py
index 954f3fed..f5d0e135 100644
--- a/wa/framework/workload.py
+++ b/wa/framework/workload.py
@@ -235,6 +235,12 @@ class ApkWorkload(Workload):
will fall back to the version on the target if available. If
``False`` then the version on the target is preferred instead.
"""),
+ Parameter('view', kind=str, default=None, merge=True,
+ description="""
+ Manually override the 'View' of the workload for use with
+ instruments such as the ``fps`` instrument. If not specified,
+ a workload dependant 'View' will be automatically generated.
+ """),
]
@property