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

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

Issue 392613002: Telemetry: Initialize smoothness and thread_times metrics before page load, not after. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix testSyntheticDelayConfiguration 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
Index: tools/perf/measurements/smoothness.py
diff --git a/tools/perf/measurements/smoothness.py b/tools/perf/measurements/smoothness.py
index d771917a7613051a1ee462a4f5ad7817e7a83df4..e9f0eddc3902c3fe1b2fcaf0b3545a4f9097d079 100644
--- a/tools/perf/measurements/smoothness.py
+++ b/tools/perf/measurements/smoothness.py
@@ -22,7 +22,7 @@ class Smoothness(page_measurement.PageMeasurement):
def WillStartBrowser(self, browser):
self._power_metric = power.PowerMetric(browser)
- def WillRunActions(self, page, tab):
+ def WillNavigateToPage(self, page, tab):
self._power_metric.Start(page, tab)
self._smoothness_controller = smoothness_controller.SmoothnessController()
self._smoothness_controller.Start(page, tab)
« no previous file with comments | « no previous file | tools/perf/measurements/smoothness_unittest.py » ('j') | tools/perf/measurements/smoothness_unittest.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698