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

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

Issue 2616663005: Add histogram definitions for Chrome OS crouton statistics (Closed)
Patch Set: Add histogram definitions for Chrome OS crouton statistics Created 3 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
« no previous file with comments | « no previous file | 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 b2c49278b3d401d6689c3be9884f9b47feaa3a35..aecb49ff43cbdf0620df42804e08c0d92f773ec0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43940,6 +43940,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Platform.Crouton.Started" enum="Platform.Crouton.Started">
+ <owner>drinkcat@chromium.org</owner>
+ <summary>
+ Detects presence of /run/crouton, indicating that crouton has been started
+ since the previous boot. Value 0/&quot;Total count&quot; is reported on
+ boot, 1/&quot;Started&quot; is reported after the file presence is detected
+ (checked periodically).
+ </summary>
+</histogram>
+
<histogram name="Platform.CumulativeCpuTime" units="seconds">
<owner>semenzato@chromium.org</owner>
<owner>bsimonnet@chromium.org</owner>
@@ -96955,6 +96965,11 @@ value.
<int value="2" label="Error"/>
</enum>
+<enum name="Platform.Crouton.Started" type="int">
+ <int value="0" label="Total count"/>
+ <int value="1" label="Started"/>
+</enum>
+
<enum name="PlatformFileError" type="int">
<int value="0" label="OK"/>
<int value="1" label="FAILED"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698