| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index c309a7f5982044ec4d2c40b0c9ff24b8f1c21a95..5d8a711352d83e4eb062cbaacabeede180ad6b31 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -70271,6 +70271,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Startup.BrowserMessageLoopStart.To.MainNavigationStart"
|
| + units="ms">
|
| + <owner>asvitkine@chromium.org</owner>
|
| + <summary>
|
| + Time between Startup.BrowserMessageLoopStartTime and
|
| + Startup.FirstWebContents.MainNavigationStart. Recorded explicitly to allow
|
| + easy breakdown of Startup.FirstWebContents.MainNavigationStart when
|
| + diagnosing issues.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Startup.BrowserMessageLoopStart.To.NonEmptyPaint2" units="ms">
|
| + <owner>asvitkine@chromium.org</owner>
|
| + <summary>
|
| + Time between Startup.BrowserMessageLoopStartTime and
|
| + Startup.FirstWebContents.NonEmptyPaint2. Recorded explicitly to allow easy
|
| + breakdown of Startup.FirstWebContents.NonEmptyPaint2 when diagnosing issues.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Startup.BrowserMessageLoopStartHardFaultCount" units="faults">
|
| <owner>chrisha@chromium.org</owner>
|
| <owner>fdoray@chromium.org</owner>
|
| @@ -70311,7 +70331,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="Startup.BrowserMessageLoopStartTime">
|
| +<histogram name="Startup.BrowserMessageLoopStartTime" units="ms">
|
| <owner>fdoray@chromium.org</owner>
|
| <summary>
|
| Time from browser startup to the start of the main thread's message loop.
|
| @@ -91530,6 +91550,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <affected-histogram
|
| name="LibraryLoader.PercentageOfResidentCodeBeforePrefetch"/>
|
| <affected-histogram name="Startup.BrowserMainToRendererMain"/>
|
| + <affected-histogram
|
| + name="Startup.BrowserMessageLoopStart.To.MainNavigationStart"/>
|
| + <affected-histogram name="Startup.BrowserMessageLoopStart.To.NonEmptyPaint2"/>
|
| <affected-histogram name="Startup.BrowserMessageLoopStartTime"/>
|
| <affected-histogram name="Startup.BrowserMessageLoopStartTimeFromMainEntry"/>
|
| <affected-histogram
|
|
|