Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: tools/perf/metrics/__init__.py

Issue 382193003: Update documentation in metrics/__init__.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698