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

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

Issue 44883004: [telemetry] Move tab from RunState to PageState. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment nit. Created 7 years, 2 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 | « tools/perf/measurements/memory_pressure.py ('k') | tools/perf/measurements/tab_switching.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/page_cycler.py
diff --git a/tools/perf/measurements/page_cycler.py b/tools/perf/measurements/page_cycler.py
index 873a8295a7d34d8cb80b75c080bf50ad74baf436..018c1e56615d3382220596046532d4c66cb98f30 100644
--- a/tools/perf/measurements/page_cycler.py
+++ b/tools/perf/measurements/page_cycler.py
@@ -173,9 +173,9 @@ class PageCycler(page_measurement.PageMeasurement):
self._speedindex_metric.AddResults(
tab, results, chart_name=chart_name_prefix+'speed_index')
- def DidRunTest(self, tab, results):
+ def DidRunTest(self, browser, results):
self._memory_metric.AddSummaryResults(results)
- io.IOMetric().AddSummaryResults(tab, results)
+ io.IOMetric().AddSummaryResults(browser, results)
def ShouldRunCold(self, url):
# We do the warm runs first for two reasons. The first is so we can
« no previous file with comments | « tools/perf/measurements/memory_pressure.py ('k') | tools/perf/measurements/tab_switching.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698