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

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

Issue 393753002: mac: Add a profiler for startup time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from jeremy, round two. Created 6 years, 5 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 | « components/startup_metric_utils/startup_metric_utils.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 feed2d6493d55bdb71b68bf29d5195c3587f53be..f6f7379231b233e3f1d978cfbd37135af64646e7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30438,6 +30438,63 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The calling application (if any).</summary>
</histogram>
+<histogram name="Startup.OSX.AwakeFromNib" units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed between main entry and the invocation of
+ -[AppControllerMac awakeFromNib].
+ </summary>
+</histogram>
+
+<histogram name="Startup.OSX.DockIconWillFinishBouncing" units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed between main entry and the invocation of
+ -[AppControllerMac didFinishLaunching:]. At that point, the dock icon will
+ finish its current animation and stop bouncing.
+ </summary>
+</histogram>
+
+<histogram name="Startup.OSX.PostMainMessageLoopStart" units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed between main entry and the invocation of
+ ChromeBrowserMainPartsMac::PostMainMessageLoopStart.
+ </summary>
+</histogram>
+
+<histogram name="Startup.OSX.PostProfileInit" units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed between main entry and the invocation of
+ ChromeBrowserMainPartsMac::PostProfileInit.
+ </summary>
+</histogram>
+
+<histogram name="Startup.OSX.PreMainMessageLoopStart" units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed between main entry and the invocation of
+ ChromeBrowserMainPartsMac::PreMainMessageLoopStart.
+ </summary>
+</histogram>
+
+<histogram name="Startup.OSX.PreProfileInit" units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed between main entry and the invocation of
+ ChromeBrowserMainPartsMac::PreProfileInit.
+ </summary>
+</histogram>
+
+<histogram name="Startup.OSX.WillFinishLaunching" units="milliseconds">
+ <owner>erikchen@chromium.org</owner>
+ <summary>
+ The amount of time that elapsed between main entry and the invocation of
+ -[AppControllerMac willFinishLaunching:].
+ </summary>
+</histogram>
+
<histogram name="Startup.ShowAppListColdStart" units="milliseconds">
<owner>jeremy@chromium.org</owner>
<summary>
« no previous file with comments | « components/startup_metric_utils/startup_metric_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698