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

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

Issue 714273004: mac: Expose keychain access frequency to Telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mock_keychain_sleep
Patch Set: Add a common subclass to measurements. Created 6 years, 1 month 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/session_restore.py
diff --git a/tools/perf/measurements/session_restore.py b/tools/perf/measurements/session_restore.py
index 67e72bf8c0ad6303aa10f72e0e5bfd0604deca00..6530e4f47d15f72e4872947b00ab020ea4148ad2 100644
--- a/tools/perf/measurements/session_restore.py
+++ b/tools/perf/measurements/session_restore.py
@@ -69,6 +69,7 @@ class SessionRestore(startup.Startup):
def ValidateAndMeasurePage(self, page, tab, results):
tab.WaitForDocumentReadyStateToBeComplete()
+ super(SessionRestore, self).ValidateAndMeasurePage(page, tab, results)
# Record CPU usage from browser start to when the foreground page is loaded.
self._cpu_metric.Stop(None, None)

Powered by Google App Engine
This is Rietveld 408576698