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

Unified Diff: tools/perf/metrics/startup_metric.py

Issue 1421293005: Move new Startup.FirstWebContents.* stats to Startup.FirstWebContents.*2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ab2_moar_betta_metrics
Patch Set: Created 5 years, 2 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/metrics/histograms/histograms.xml ('k') | tools/perf/page_sets/blank_page.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/startup_metric.py
diff --git a/tools/perf/metrics/startup_metric.py b/tools/perf/metrics/startup_metric.py
index 3c5b36f04a507546eb9c72981c3ff63c5917ede3..3c7660ef7fe19cdd19b3c06b945d4703c0cb3364 100644
--- a/tools/perf/metrics/startup_metric.py
+++ b/tools/perf/metrics/startup_metric.py
@@ -23,8 +23,8 @@ class StartupMetric(Metric):
'Startup.BrowserMessageLoopStartTimeFromMainEntry',
'window_display_time' : 'Startup.BrowserWindowDisplay',
'open_tabs_time' : 'Startup.BrowserOpenTabs',
- 'first_non_empty_paint_time' : 'Startup.FirstWebContents.NonEmptyPaint',
- 'first_main_frame_load_time' : 'Startup.FirstWebContents.MainFrameLoad'}
+ 'first_non_empty_paint_time' : 'Startup.FirstWebContents.NonEmptyPaint2',
+ 'first_main_frame_load_time' : 'Startup.FirstWebContents.MainFrameLoad2'}
def Start(self, page, tab):
raise NotImplementedError()
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | tools/perf/page_sets/blank_page.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698