| 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>
|
|
|