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

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: self-review 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
« content/renderer/renderer_main.cc ('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..68f3b05d77a6b71b09b758ae274f679c642baa6f 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>
« content/renderer/renderer_main.cc ('K') | « ipc/ipc_message_start.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698