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

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

Issue 1558203003: Add Startup.TimeSinceLastStartup histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@uptime
Patch Set: Created 4 years, 11 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 20337c5f0307fe80789e14d255468601c44b28bb..fdcd4199c55e6801730a1a1bf4716f78afd2e4b6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47605,6 +47605,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Startup.TimeSinceLastStartup" units="minutes">
+ <owner>fdoray@chromium.org</owner>
+ <summary>
+ Time elapsed since the last startup that went up to the main message loop
+ start. This is recorded just before the main message loop starts.
+ </summary>
+</histogram>
+
<histogram name="Startup.WarmStartTimeFromRemoteProcessStart"
units="milliseconds">
<owner>jeremy@chromium.org</owner>
@@ -85401,6 +85409,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Startup.LoadTime.ProcessCreateToDllMain"/>
<affected-histogram name="Startup.LoadTime.ProcessCreateToExeMain"/>
<affected-histogram name="Startup.SystemUptime"/>
+ <affected-histogram name="Startup.TimeSinceLastStartup"/>
</histogram_suffixes>
<histogram_suffixes name="StartupTimeBombAlarm" separator=".">

Powered by Google App Engine
This is Rietveld 408576698