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

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

Issue 436453002: Remove page_measurement_results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 6 years, 4 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
Index: tools/perf/metrics/__init__.py
diff --git a/tools/perf/metrics/__init__.py b/tools/perf/metrics/__init__.py
index 3066ce90f0e6e7242351a1a791cc9c8324a4de8d..67c4def44cdfc0976a0a7c43e7f3a1cf7abd231a 100644
--- a/tools/perf/metrics/__init__.py
+++ b/tools/perf/metrics/__init__.py
@@ -35,7 +35,7 @@ class Metric(object):
"""Add the data collected into the results object for a measurement.
Metrics may implement AddResults to provide a common way to add results
- to the PageMeasurementResults in PageMeasurement.AddMeasurement --
+ to the PageTestResults in PageMeasurement.AddMeasurement --
results should be added with results.AddValue(...).
"""
raise NotImplementedError()
« no previous file with comments | « tools/perf/measurements/page_cycler_unittest.py ('k') | tools/perf/metrics/test_page_measurement_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698