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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 417813002: Add WiFi remembered network count metric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up double double and explained when profiles load Created 6 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 6c9b2b4c3e4514d443ceb03c3ffa1f3c1616a7d2..5eb570e8d394a9d6be5747db96f0c6e01903e26d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17846,6 +17846,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Network.Shill.WiFi.RememberedNetworkCount">
+ <owner>pstew@chromium.org</owner>
+ <summary>
+ Chrome OS network diagnostic metric sampling the number of 802.11 wireless
+ networks known by the connection manager at the time a configuration profile
+ has been loaded. A configuration profile is loaded at each system startup,
+ and when a user logs in.
+ </summary>
+</histogram>
+
<histogram name="Network.Shill.WiFi.ScanResult" enum="WiFiScanResult">
<owner>quiche@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