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

Unified Diff: tools/metrics/histograms/histograms.xml

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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5f4ea6b4c6d4365f4b0633e3bf7e3d02fdd9071e..556d964916df20a5b293adadeb64242e353a880a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71998,6 +71998,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Startup.FirstWebContents.RenderProcessHostInit.To.NonEmptyPaint"
+ units="ms">
+ <owner>hans@chromium.org</owner>
+ <summary>
+ Time between RenderFrameHostImpl::Init and
+ Startup.FirstWebContents.NonEmptyPaint2.
+ </summary>
+</histogram>
+
<histogram name="Startup.FirstWebContents.UINotResponsive" units="ms">
<obsolete>
Deprecated 10/2015.
@@ -93574,6 +93584,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
name="Startup.FirstWebContents.MainNavigationStart.SingleTab"/>
<affected-histogram name="Startup.FirstWebContents.NonEmptyPaint"/>
<affected-histogram name="Startup.FirstWebContents.NonEmptyPaint2"/>
+ <affected-histogram
+ name="Startup.FirstWebContents.RenderProcessHostInit.To.NonEmptyPaint"/>
<affected-histogram name="Startup.LoadTime.ExeMainToDllMain"/>
<affected-histogram name="Startup.LoadTime.ExeMainToDllMain2"/>
<affected-histogram name="Startup.LoadTime.ProcessCreateToDllMain"/>

Powered by Google App Engine
This is Rietveld 408576698