Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 07b69762d4c53a119801626b935ad30a21f75265..2aee8e29eb1334dbe55046cb8485b6a291d418ae 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, not including first runs of the |
Alexei Svitkine (slow)
2015/04/15 18:08:10
Nit: "first runs of the browser" sounds a little c
|
+ browser. 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 of 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> |