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): |