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

Unified Diff: tools/perf/measurements/media.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 | « build/android/pylib/android_commands.py ('k') | tools/perf/measurements/memory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/media.py
diff --git a/tools/perf/measurements/media.py b/tools/perf/measurements/media.py
index e02df6f0851a9259faec00325af6cea81048da6b..ebad9c73e3e73398ff71da52928b845446e7ccf4 100644
--- a/tools/perf/measurements/media.py
+++ b/tools/perf/measurements/media.py
@@ -51,4 +51,4 @@ class Media(page_measurement.PageMeasurement):
if self._add_browser_metrics:
self._cpu_metric.Stop(page, tab)
self._cpu_metric.AddResults(tab, results, trace_name=trace_name)
- self._memory_metric.AddSummaryResults(results, trace_name=trace_name)
+ self._memory_metric.AddResults(results, trace_name=trace_name)
« no previous file with comments | « build/android/pylib/android_commands.py ('k') | tools/perf/measurements/memory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698