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

Unified Diff: tools/perf/measurements/loading_trace.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_profile.py ('k') | tools/perf/measurements/media.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/loading_trace.py
diff --git a/tools/perf/measurements/loading_trace.py b/tools/perf/measurements/loading_trace.py
index ed48bc06f3bd906f3c9b696d5cc51ccb77508b8e..0354299838b993e632112e348f188a14a57c84e2 100644
--- a/tools/perf/measurements/loading_trace.py
+++ b/tools/perf/measurements/loading_trace.py
@@ -12,10 +12,6 @@ class LoadingTrace(page_measurement.PageMeasurement):
super(LoadingTrace, self).__init__(*args, **kwargs)
self._timeline_controller = timeline_controller.TimelineController()
- @property
- def results_are_the_same_on_every_page(self):
- return False
-
def WillNavigateToPage(self, page, tab):
self._timeline_controller.Start(page, tab)
« no previous file with comments | « tools/perf/measurements/loading_profile.py ('k') | tools/perf/measurements/media.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698