Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 273963002: Added histograms to track duration when StartupTimeBomb goes off. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reupload Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/browser/metrics/thread_watcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"/>
« no previous file with comments | « chrome/browser/metrics/thread_watcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698