From 081358769d2ca323f3f19cf6076f016739030a19 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 15 Aug 2017 10:21:54 +0100 Subject: [PATCH] Workload/Manual: Update "view" parameter description --- wlauto/workloads/manual/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wlauto/workloads/manual/__init__.py b/wlauto/workloads/manual/__init__.py index 7519af35..190f0163 100644 --- a/wlauto/workloads/manual/__init__.py +++ b/wlauto/workloads/manual/__init__.py @@ -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