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

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: Created 6 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 6c9b2b4c3e4514d443ceb03c3ffa1f3c1616a7d2..eaf8f8e30fcb1cdb4c62baa2e67e1f2aef8bb4ac 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17846,6 +17846,15 @@ 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 connection manager at the time a
Ilya Sherman 2014/07/25 17:36:59 nit: "connection connection" -> "connection"
Paul Stewart 2014/07/25 17:58:58 Done.
+ configuration profile has been loaded.
Ilya Sherman 2014/07/25 17:36:59 Could you please add a brief sentence explaining w
Paul Stewart 2014/07/25 17:58:58 Done.
+ </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