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

Unified Diff: tools/telemetry/telemetry/csv_page_benchmark_results.py

Issue 11783056: [telemetry] More fixes for my page_test_result rewrite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months 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
Index: tools/telemetry/telemetry/csv_page_benchmark_results.py
diff --git a/tools/telemetry/telemetry/csv_page_benchmark_results.py b/tools/telemetry/telemetry/csv_page_benchmark_results.py
index 3a9995e344b3278d8e596701270e0c461245f416..3d66aad1d82ecb84cc44514ec4fa2a5ba1b0221c 100644
--- a/tools/telemetry/telemetry/csv_page_benchmark_results.py
+++ b/tools/telemetry/telemetry/csv_page_benchmark_results.py
@@ -29,7 +29,7 @@ class CsvPageBenchmarkResults(PageBenchmarkResults):
def PrintSummary(self, trace_tag):
if not self._output_after_every_page:
self._OutputHeader()
- for page_values in self.all_values_for_all_pages:
+ for page_values in self.page_results:
self._OutputValuesForPage(page_values)
super(CsvPageBenchmarkResults, self).PrintSummary(trace_tag)
« no previous file with comments | « tools/perf/perf_tools/smoothness_benchmark_unittest.py ('k') | tools/telemetry/telemetry/multi_page_benchmark_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698