From 4f1c1d3b387459e6cbea2214d39a7b40dddb45fc Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Mon, 8 Jan 2018 10:24:00 +0000 Subject: [PATCH] processors/uxperf: Adds description to processor --- wa/output_processors/uxperf.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wa/output_processors/uxperf.py b/wa/output_processors/uxperf.py index 90ba45b9..6f53344f 100644 --- a/wa/output_processors/uxperf.py +++ b/wa/output_processors/uxperf.py @@ -7,6 +7,14 @@ class UxperfProcessor(OutputProcessor): name = 'uxperf' + description = ''' + Parse logcat for UX_PERF markers to produce performance metrics for + workload actions using specified instrumentation. + An action represents a series of UI interactions to capture. + NOTE: The UX_PERF markers are turned off by default and must be enabled in + a agenda file by setting ``markers_enabled`` for the workload to ``True``. + ''' + def process_job_output(self, output, target_info, job_output): logcat = output.get_artifact('logcat') if not logcat: