Chromium Code Reviews| Index: trunk/src/tools/perf/measurements/memory.py |
| =================================================================== |
| --- trunk/src/tools/perf/measurements/memory.py (revision 239788) |
| +++ trunk/src/tools/perf/measurements/memory.py (working copy) |
| @@ -40,3 +40,6 @@ |
| chrome.memoryBenchmarking.heapProfilerDump('browser', 'final'); |
| } |
| """) |
| + |
| + def DidRunTest(self, browser, results): |
| + self._memory_metric.AddSummaryResults(results) |