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

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

Issue 2175423002: Add histogram for ARC usage time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 ca096ba7e740a748cd70b7e244e51facbb1ee469..1c83474862323aec67b9457a8bb24d4156e994f7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -993,6 +993,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Arc.CumulativeUseTime" units="seconds">
+ <owner>elijahtaylor@google.com</owner>
+ <owner>mitsuji@google.com</owner>
+ <summary>
+ ARC use time. The use time is incremented in regular intervals while android
+ container is active. Reported at most once a day, at which point accumulated
+ time is reset (which means that sum of reported times for a OS version would
+ give an estimate of ARC usage time per OS version).
+ </summary>
+</histogram>
+
<histogram name="Arc.IntentHandlerAction" enum="ArcIntentHandlerAction">
<owner>elijahtaylor@google.com</owner>
<owner>mitsuji@google.com</owner>
« 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