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

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

Issue 2119253002: Add time in suspended state histograms for Shill (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Correct formatting in histograms.xml Created 4 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 a64fad53eddfd418f637fefd008dbbff4cb6074a..6c5267e8b85897f073905f47a2b8ea2c69af4e79 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33844,6 +33844,48 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Network.Shill.WiFi.SuspendDurationWoWOffConnected"
+ units="seconds">
+ <owner>semenzato@chromium.org</owner>
+ <owner>kirtika@chromium.org</owner>
+ <summary>
+ Time spent in suspended state, on a resume, for the case when wake on wifi
+ is disabled (WoWOff), and after resume, the NIC is found to be already
+ connected.
+ </summary>
+</histogram>
+
+<histogram name="Network.Shill.WiFi.SuspendDurationWoWOffDisconnected"
+ units="seconds">
+ <owner>semenzato@chromium.org</owner>
+ <owner>kirtika@chromium.org</owner>
+ <summary>
+ Time spent in suspended state, on a resume, for the case when wake on wifi
+ is enabled (WoWOff), and after resume, the NIC is found to be disconnected.
+ </summary>
+</histogram>
+
+<histogram name="Network.Shill.WiFi.SuspendDurationWoWOnConnected"
+ units="seconds">
+ <owner>semenzato@chromium.org</owner>
+ <owner>kirtika@chromium.org</owner>
+ <summary>
+ Time spent in suspended state, on a resume, for the case when wake on wifi
+ is enabled (WoWOn), and after resume, the NIC is found to be already
+ connected.
+ </summary>
+</histogram>
+
+<histogram name="Network.Shill.WiFi.SuspendDurationWoWOnDisconnected"
+ units="seconds">
+ <owner>semenzato@chromium.org</owner>
+ <owner>kirtika@chromium.org</owner>
+ <summary>
+ Time spent in suspended state, on a resume, for the case when wake on wifi
+ is enabled (WoWOn), and after resume, the NIC is found to be disconnected.
+ </summary>
+</histogram>
+
<histogram name="Network.Shill.Wifi.TimeOnline" units="seconds">
<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