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

Unified Diff: tools/perf/measurements/memory.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: Address Shadi's comment 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 | « tools/perf/measurements/media.py ('k') | tools/perf/measurements/memory_multi_tab.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/memory.py
diff --git a/tools/perf/measurements/memory.py b/tools/perf/measurements/memory.py
index 00be5035ec717c4607f3ae8565bfda7e1dcc32e5..cd433cc8e2efbcc1707c064bd82ea7f9aa6075f3 100644
--- a/tools/perf/measurements/memory.py
+++ b/tools/perf/measurements/memory.py
@@ -40,6 +40,3 @@ class Memory(page_measurement.PageMeasurement):
chrome.memoryBenchmarking.heapProfilerDump('browser', 'final');
}
""")
-
- def DidRunTest(self, browser, results):
- self._memory_metric.AddSummaryResults(results)
« no previous file with comments | « tools/perf/measurements/media.py ('k') | tools/perf/measurements/memory_multi_tab.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698