Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 0ac0b08568a5c5eef5cea5c0906aa405e712c93c..d76d76fac5a47a79fdb8eb95a507eaccb7b275f5 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -37575,6 +37575,33 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Startup.PreMainMessageLoopRunImplStep1Time" |
+ units="milliseconds"> |
+ <owner>rkaplow@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed during the first untracked section of |
+ ChromeBrowserMainParts::PreMainMessageLoopRunImpl. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Startup.PreMainMessageLoopRunImplStep2Time" |
+ units="milliseconds"> |
+ <owner>rkaplow@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed during the second untracked section of |
+ ChromeBrowserMainParts::PreMainMessageLoopRunImpl. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Startup.PreMainMessageLoopRunImplStep3Time" |
+ units="milliseconds"> |
+ <owner>rkaplow@chromium.org</owner> |
+ <summary> |
+ The amount of time that elapsed during the third untracked section of |
+ ChromeBrowserMainParts::PreMainMessageLoopRunImpl. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Startup.PreMainMessageLoopRunImplTime" units="milliseconds"> |
<obsolete> |
Deprecated as of 2/2015. |