Index: build/util/lib/common/perf_tests_results_helper.py |
diff --git a/build/util/lib/common/perf_tests_results_helper.py b/build/util/lib/common/perf_tests_results_helper.py |
index cacf54ed2c2d2b715d92c07b8197c3e21f07d98a..cec4f6950b1edbb8b2d6ff92c6a01663be00bdcc 100644 |
--- a/build/util/lib/common/perf_tests_results_helper.py |
+++ b/build/util/lib/common/perf_tests_results_helper.py |
@@ -92,10 +92,15 @@ def PrintPerfResult(measurement, trace, values, units, |
The string args may be empty but they must not contain any colons (:) or |
equals signs (=). |
+ This is parsed by the buildbot using: |
+ http://src.chromium.org/viewvc/chrome/trunk/tools/build/scripts/slave/process_log_utils.py |
Args: |
measurement: A description of the quantity being measured, e.g. "vm_peak". |
+ On the dashboard, this maps to a particular graph. Mandatory. |
trace: A description of the particular data point, e.g. "reference". |
+ On the dashboard, this maps to a particular "line" in the graph. |
+ Mandatory. |
values: A list of numeric measured values. An N-dimensional list will be |
flattened and treated as a simple list. |
units: A description of the units of measure, e.g. "bytes". |