| Index: tools/perf/metrics/__init__.py
|
| diff --git a/tools/perf/metrics/__init__.py b/tools/perf/metrics/__init__.py
|
| index 93d13c6fa60f1ea591a8fdbb29678dd88bb92ae1..3066ce90f0e6e7242351a1a791cc9c8324a4de8d 100644
|
| --- a/tools/perf/metrics/__init__.py
|
| +++ b/tools/perf/metrics/__init__.py
|
| @@ -36,6 +36,6 @@ class Metric(object):
|
|
|
| Metrics may implement AddResults to provide a common way to add results
|
| to the PageMeasurementResults in PageMeasurement.AddMeasurement --
|
| - results should be added with results.Add(trace_name, unit, value).
|
| + results should be added with results.AddValue(...).
|
| """
|
| raise NotImplementedError()
|
|
|