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

Unified Diff: tools/perf/measurements/media.py

Issue 394953002: {Csv,Block}PageMeasurementResults no longer perform streaming output. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again (!!) Created 6 years, 5 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
« no previous file with comments | « tools/perf/measurements/loading_trace.py ('k') | tools/perf/measurements/page_cycler.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 0ec015515b7d4bdd7aa27365899fcc6f8f8c3b1c..6c0b38d058a8c62287679fad2c4df2f1dc1bc216 100644
--- a/tools/perf/measurements/media.py
+++ b/tools/perf/measurements/media.py
@@ -25,10 +25,6 @@ class Media(page_measurement.PageMeasurement):
self._memory_metric = None
self._power_metric = None
- def results_are_the_same_on_every_page(self):
- """Results can vary from page to page based on media events taking place."""
- return False
-
def WillStartBrowser(self, browser):
self._power_metric = power.PowerMetric(browser)
@@ -70,4 +66,3 @@ class Media(page_measurement.PageMeasurement):
trace_name=trace_name,
exclude_metrics=exclude_metrics)
self._power_metric.AddResults(tab, results)
-
« no previous file with comments | « tools/perf/measurements/loading_trace.py ('k') | tools/perf/measurements/page_cycler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698