Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 5c8ba98eaa4111d7a69aacb742a3bd4df9a57499..90ebef9da4012ef4a471e31e2544a2c05d93c1b1 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -26604,6 +26604,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="StartupTimeBomb.Alarm" units="milliseconds"> |
+ <owner>rtenneti@chromium.org</owner> |
+ <summary> |
+ Time duration measured from the time the startup timebomb was started and |
+ when it went off. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Suggestions.FailedRequestErrorCode" enum="NetErrorCodes"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<summary> |
@@ -45661,6 +45669,13 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
</histogram_suffixes> |
+<histogram_suffixes name="StartupTimeBombAlarm" separator="."> |
+ <suffix name="ThreadNowDuration" label="Duration is in thread CPU time."/> |
+ <suffix name="TimeDuration" label="Duration is in clock time."/> |
+ <suffix name="TimeTicksDuration" label="Duration is in TimeTicks time."/> |
+ <affected-histogram name="StartupTimeBomb.Alarm"/> |
+</histogram_suffixes> |
+ |
<histogram_suffixes name="SyzygyStartupTime"> |
<suffix name="PreReadEnabled"/> |
<suffix name="PreReadDisabled"/> |