| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 07b69762d4c53a119801626b935ad30a21f75265..a836b1ef6cc62390e24e6f378f94441483ba0315 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -38050,6 +38050,36 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Startup.BrowserMessageLoopStartHardFaultCount" units="faults">
|
| + <owner>chrisha@chromium.org</owner>
|
| + <summary>
|
| + The number of hard faults incurred in the browser process from startup to
|
| + start of the main thread's message loop. This is only reported on Windows 7
|
| + and greater.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Startup.BrowserMessageLoopStartHardFaultCount.FirstRun"
|
| + units="faults">
|
| + <owner>chrisha@chromium.org</owner>
|
| + <summary>
|
| + The number of hard faults incurred in the browser process from startup to
|
| + start of the main thread's message loop on first run. This is only reported
|
| + on Windows 7 and greater.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Startup.BrowserMessageLoopStartHardFaultCount.Success"
|
| + enum="BooleanSuccess">
|
| + <owner>chrisha@chromium.org</owner>
|
| + <summary>
|
| + If OS support was detected (Windows 7 and greater) indicates whether it was
|
| + possible to determine the number hard faults that have occurred in the
|
| + process from startup to start of the main thread's message loop. This can
|
| + fail because the underlying call is inherently racy.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Startup.BrowserMessageLoopStartTime">
|
| <owner>jeremy@chromium.org</owner>
|
| <summary>
|
|
|