Chromium Code Reviews| 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..d4f5a26ef4e86d1a88c3bff3b6ba693fc86f151c 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?view=log |
|
Dominik Grewe
2013/10/02 14:11:59
Do you want to link to the log of the file or the
bulach
2013/10/02 16:50:04
ahn, yeah, the file itself :)
done, thanks!
|
| 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". |