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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 23462008: Added LeastUsedAccountDays metric (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 b007c1a70e91623132286c3dc08a4d70770f6015..01be96646c1fa61fff9a9c065bfd4b99a930ba54 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5179,6 +5179,13 @@ other types of suffix sets.
<summary>Chrome OS login failure reason.</summary>
</histogram>
+<histogram name="Login.LeastUsedAccountDays" units="days">
+ <summary>
+ Chrome OS histogram that keeps track of th days since the least frequently
Alexei Svitkine (slow) 2013/08/30 15:41:05 Nit: "th" -> "the"
Denis Kuznetsov (DE-MUC) 2013/08/30 16:42:35 Done.
+ used account signed in. Reported on every boot and once a day after that.
+ </summary>
+</histogram>
+
<histogram name="Login.PolicyFilesStatePerBoot" enum="LoginPolicyFilesState">
<summary>The state of Chrome OS owner key and device policy files.</summary>
</histogram>
@@ -10428,6 +10435,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Platform.DiskUsage.LeastUsedAccountDays" units="days">
Alexei Svitkine (slow) 2013/08/30 15:41:05 Hmm, looking at this again, I don't get why this i
Denis Kuznetsov (DE-MUC) 2013/08/30 16:42:35 Second one is reported every boot / 24h, and we ne
+ <summary>
+ Days since the least frequently used account signed in. Logged on every boot
+ and once a day after that.
+ </summary>
+</histogram>
+
<histogram name="Platform.DiskUsage.NumUserHomeDirectories"
units="home directories">
<summary>
@@ -24558,6 +24572,7 @@ other types of suffix sets.
<affected-histogram name="Platform.DiskUsage.Downloads_Max"/>
<affected-histogram name="Platform.DiskUsage.GCache_Avg"/>
<affected-histogram name="Platform.DiskUsage.GCache_Max"/>
+ <affected-histogram name="Platform.DiskUsage.LeastUsedAccountDays"/>
</fieldtrial>
<fieldtrial name="DnsImpact2">
« 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