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

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

Issue 23462008: Added LeastUsedAccountDays metric (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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..768cab691849d3ae2b4051248a5b0b38e30d28dd 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 the days since the least frequently
+ 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">
+ <summary>
+ Days since the least frequently used account signed in. Logged once a day,
+ if disk usage is high.
+ </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