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

Unified Diff: tools/perf/perf_tools/page_cycler.py

Issue 18261009: Have repeats understand "time" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding regex for arg parsing and suggested changes Created 7 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
Index: tools/perf/perf_tools/page_cycler.py
diff --git a/tools/perf/perf_tools/page_cycler.py b/tools/perf/perf_tools/page_cycler.py
index 6a4ab14521498348e0bf416a2357a1a677c5bfc2..fe9d5272c75bcae576ee711abc7cc4711ede1461 100644
--- a/tools/perf/perf_tools/page_cycler.py
+++ b/tools/perf/perf_tools/page_cycler.py
@@ -122,6 +122,6 @@ class PageCycler(page_measurement.PageMeasurement):
int(float(tab.EvaluateJavaScript('__pc_load_time'))),
chart_name='times')
- def DidRunPageSet(self, tab, results):
+ def DidRunTest(self, tab, results):
self._memory_metrics.StopAndGetResults(tab.browser, results)
self.MeasureIO(tab, results)

Powered by Google App Engine
This is Rietveld 408576698