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

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

Issue 91573003: Make page_cycler.py fully measure memory for each page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | tools/perf/metrics/memory.py » ('j') | tools/perf/metrics/memory.py » ('J')
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 a0fdc470b7d0bc5c3633201e8c27e223142ded2e..32ffe6dab52c8175521dddc7607b144dbf8eb526 100644
--- a/tools/perf/measurements/page_cycler.py
+++ b/tools/perf/measurements/page_cycler.py
@@ -176,7 +176,6 @@ class PageCycler(page_measurement.PageMeasurement):
tab, results, chart_name=chart_name_prefix+'speed_index')
def DidRunTest(self, browser, results):
- self._memory_metric.AddSummaryResults(results)
tonyg 2013/11/27 17:59:58 You'll need to make the same change in media.py, m
io.IOMetric().AddSummaryResults(browser, results)
def IsRunCold(self, url):
« no previous file with comments | « no previous file | tools/perf/metrics/memory.py » ('j') | tools/perf/metrics/memory.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698