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

Unified Diff: chrome/browser/metrics/startup_metrics_browsertest.cc

Issue 2911743002: Add UMA metric of time to start the first render process (Closed)
Patch Set: fix copy-o Created 3 years, 7 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: chrome/browser/metrics/startup_metrics_browsertest.cc
diff --git a/chrome/browser/metrics/startup_metrics_browsertest.cc b/chrome/browser/metrics/startup_metrics_browsertest.cc
index 71932aff5228498d725ce49fc46736a3fe1b4d88..0d8ae233e6315922bb0c9091a5a1264119149847 100644
--- a/chrome/browser/metrics/startup_metrics_browsertest.cc
+++ b/chrome/browser/metrics/startup_metrics_browsertest.cc
@@ -23,6 +23,7 @@ constexpr const char* kStartupMetrics[] = {
"Startup.FirstWebContents.MainNavigationFinished",
"Startup.FirstWebContents.MainNavigationStart",
"Startup.FirstWebContents.NonEmptyPaint2",
+ "Startup.FirstWebContents.RenderProcessHostInit.To.NonEmptyPaint",
tdresser 2017/05/29 13:38:02 Maybe ToNonEmptyPaint instead of To.NonEmptyPaint?
hans 2017/05/31 19:48:57 Done.
// The following histograms depend on normal browser startup through
// BrowserMain and are as such not caught by this browser test.

Powered by Google App Engine
This is Rietveld 408576698