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

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

Issue 922333002: Add new histograms to measure time in PreMainMessageLoop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change names to improve readability Created 5 years, 10 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
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator.cc ('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 64db27be2722374cf46243c062376ed18c80159b..21838a3def225c614c7e45e6bd6882ac5640ff2e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36871,6 +36871,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Startup.BrowserProcessImpl_PreMainMessageLoopRunTime"
+ units="milliseconds">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed during
+ BrowserProcessImpl::PreMainMessageLoopRun.
+ </summary>
+</histogram>
+
<histogram name="Startup.BrowserWindowDisplay" units="milliseconds">
<owner>jeremy@chromium.org</owner>
<summary>
@@ -37086,6 +37095,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Startup.PreMainMessageLoopRunImplTime" units="milliseconds">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed during
+ ChromeBrowserMainParts::PreMainMessageLoopRunImpl.
+ </summary>
+</histogram>
+
<histogram name="Startup.ShowAppListColdStart" units="milliseconds">
<owner>jeremy@chromium.org</owner>
<owner>tapted@chromium.org</owner>
@@ -37190,6 +37207,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Startup.StartupBrowserCreator_ProcessCmdLineImplTime"
+ units="milliseconds">
+ <owner>rkaplow@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed during
+ StartupBrowserCreator::ProcessCmdLineImpl.
+ </summary>
+</histogram>
+
<histogram name="Startup.WarmStartTimeFromRemoteProcessStart"
units="milliseconds">
<owner>jeremy@chromium.org</owner>
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698