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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 663223003: Add xml entries for Networks.* UMA histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 83839e40d228618760d0f2a79b0bf537b2462709..87c052768dcff1fd677b18956465f4e3ddad557d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20753,6 +20753,25 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Networks.RememberedShared">
+ <owner>stevenjb@chromium.org</owner>
+ <summary>
+ Number of shared remembered (preferred) networks on Chrome OS.
+ </summary>
+</histogram>
+
+<histogram name="Networks.RememberedUnshared">
+ <owner>stevenjb@chromium.org</owner>
+ <summary>
+ Number of private remembered (preferred) networks on Chrome OS.
jar (doing other things) 2014/10/20 21:14:29 I assume "remembered" means the count that are per
stevenjb 2014/10/20 21:30:04 Included when the stat is updated for all three st
+ </summary>
+</histogram>
+
+<histogram name="Networks.Visible">
+ <owner>stevenjb@chromium.org</owner>
+ <summary>Number of visible (in-range) networks on Chrome OS.</summary>
jar (doing other things) 2014/10/20 21:14:29 Can you indicate when this stat is calculated? At
stevenjb 2014/10/20 21:30:04 Acknowledged.
+</histogram>
+
<histogram name="NewTabPage.ActionAndroid" enum="NewTabPageActionAndroid">
<owner>newt@chromium.org</owner>
<summary>
« 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