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

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

Issue 2911743002: Add UMA metric of time to start the first render process (Closed)
Patch Set: rebase 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 2614219be0271047567f7d868919421a86574f12..3dedf0cf6ac3263767d76d8850602063be136231 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72121,6 +72121,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Startup.FirstWebContents.RenderProcessHostInit.ToNonEmptyPaint"
+ 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.
@@ -93806,6 +93816,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.ToNonEmptyPaint"/>
<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