Commit 9c7eb447 authored by rkaplow's avatar rkaplow Committed by Commit bot

Add extra histogram latency tracking in PreMainMessageLoopRunImpl.

BUG=454789

Review URL: https://codereview.chromium.org/957353003

Cr-Commit-Position: refs/heads/master@{#318806}
parent 5342c252
This diff is collapsed.
......@@ -37726,6 +37726,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. Not written for Android.
</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. Not written for Android.
</summary>
</histogram>
<histogram name="Startup.PreMainMessageLoopRunImplTime" units="milliseconds">
<obsolete>
Deprecated as of 2/2015.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment