Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index feed2d6493d55bdb71b68bf29d5195c3587f53be..7c7b760227f60295faf31bccf8d1d44604e2985f 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -18921,6 +18921,63 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<summary>Events seen by the OSX NSException swizzle.</summary> |
</histogram> |
+<histogram name="OSX.Startup.AwakeFromNib" units="milliseconds"> |
+ <owner>erikchen@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed between the launch of Chrome and the |
jeremy
2014/07/17 11:10:18
"launch of Chrome" -> "main entry"
here and below.
erikchen
2014/07/17 18:14:06
Done.
|
+ invocation of -[AppControllerMac awakeFromNib]. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="OSX.Startup.DidFinishLaunching" units="milliseconds"> |
jeremy
2014/07/17 11:10:18
How about calling this .DockIconHasFinishedBouncin
erikchen
2014/07/17 18:14:07
I changed it to Startup.OSX.DockIconWillFinishBoun
|
+ <owner>erikchen@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed between the launch of Chrome and the |
+ invocation of -[AppControllerMac didFinishLaunching:]. This is the amount of |
+ time it takes for the dock icon to stop bouncing. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="OSX.Startup.PostMainMessageLoopStart" units="milliseconds"> |
+ <owner>erikchen@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed between the launch of Chrome and the |
+ invocation of ChromeBrowserMainPartsMac::PostMainMessageLoopStart. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="OSX.Startup.PostProfileInit" units="milliseconds"> |
+ <owner>erikchen@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed between the launch of Chrome and the |
+ invocation of ChromeBrowserMainPartsMac::PostProfileInit. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="OSX.Startup.PreMainMessageLoopStart" units="milliseconds"> |
+ <owner>erikchen@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed between the launch of Chrome and the |
+ invocation of ChromeBrowserMainPartsMac::PreMainMessageLoopStart. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="OSX.Startup.PreProfileInit" units="milliseconds"> |
+ <owner>erikchen@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed between the launch of Chrome and the |
+ invocation of ChromeBrowserMainPartsMac::PreProfileInit. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="OSX.Startup.WillFinishLaunching" units="milliseconds"> |
+ <owner>erikchen@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed between the launch of Chrome and the |
+ invocation of -[AppControllerMac willFinishLaunching:]. |
+ </summary> |
+</histogram> |
+ |
<histogram name="OutdatedUpgradeBubble.NumLaterPerEnableAU"> |
<owner>mad@chromium.org</owner> |
<summary> |