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

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

Issue 1413533008: Add UMA metric: Startup.BrowserMainToRendererMain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 12-14 (histogram suffixes) Created 5 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:
Download patch
« components/html_viewer/BUILD.gn ('K') | « ipc/ipc_message_start.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 74329df3f88150da5c4e58c7c9951c05ee33a3d9..716c4c34f8e5241ad30f710741719109a64b0e2c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44561,6 +44561,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Startup.BrowserMainToRendererMain" units="milliseconds">
+ <owner>fdoray@chromium.org</owner>
+ <summary>
+ Time from the ChromeMain() entry in the browser process to the first
+ RendererMain() entry.
+ </summary>
+</histogram>
+
<histogram name="Startup.BrowserMessageLoopStartHardFaultCount" units="faults">
<owner>chrisha@chromium.org</owner>
<summary>
@@ -81076,6 +81084,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<histogram_suffixes name="StartupTemperature" separator=".">
<suffix name="ColdStartup" label="Startup was cold (mostly hard faults)."/>
<suffix name="WarmStartup" label="Startup was warm (almost no hard faults)."/>
+ <affected-histogram name="Startup.BrowserMainToRendererMain"/>
<affected-histogram name="Startup.BrowserMessageLoopStartTime"/>
<affected-histogram name="Startup.BrowserMessageLoopStartTimeFromMainEntry"/>
<affected-histogram
« components/html_viewer/BUILD.gn ('K') | « ipc/ipc_message_start.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698