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

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

Issue 111773002: Revert 239784 "Make page_cycler.py fully measure memory for each..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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 | « trunk/src/tools/perf/measurements/memory_multi_tab.py ('k') | trunk/src/tools/perf/metrics/memory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/perf/measurements/page_cycler.py
===================================================================
--- trunk/src/tools/perf/measurements/page_cycler.py (revision 239788)
+++ trunk/src/tools/perf/measurements/page_cycler.py (working copy)
@@ -164,6 +164,7 @@
tab, results, chart_name=chart_name_prefix+'speed_index')
def DidRunTest(self, browser, results):
+ self._memory_metric.AddSummaryResults(results)
io.IOMetric().AddSummaryResults(browser, results)
def IsRunCold(self, url):
« no previous file with comments | « trunk/src/tools/perf/measurements/memory_multi_tab.py ('k') | trunk/src/tools/perf/metrics/memory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698