Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index c63891fb76ecacfc4851cb2c32196e7bb638dbb4..781e7fa1ee5226a66497b96a6e8e5dda21eb7bc9 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -10825,6 +10825,15 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Network.Shill.Cellular.ExpiredLeaseLengthSeconds" |
| + units="seconds"> |
| + <summary> |
| + Chrome OS network performance metric that tracks the the length of a lease |
|
Ilya Sherman
2014/01/08 05:42:21
nit: "the the" -> "the"
Paul Stewart
2014/01/08 16:45:40
Done, and found a few others in this file unrelate
|
| + for an cellular network at the time it expired without the DHCP client being |
|
Ilya Sherman
2014/01/08 05:42:21
nit: "an cellular" -> "a cellular"
Paul Stewart
2014/01/08 16:45:40
Done.
|
| + able to renew it. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Network.Shill.Cellular.OutOfCreditsReason" |
| enum="NetworkCellularOutOfCreditsReason"> |
| <summary> |
| @@ -10953,6 +10962,15 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Network.Shill.Ethernet.ExpiredLeaseLengthSeconds" |
| + units="seconds"> |
| + <summary> |
| + Chrome OS network performance metric that tracks the the length of a lease |
|
Ilya Sherman
2014/01/08 05:42:21
nit: "the the" -> "the"
Paul Stewart
2014/01/08 16:45:40
Done.
|
| + for an Ethernet network at the time it expired without the DHCP client being |
| + able to renew it. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Network.Shill.Ethernet.LinkMonitorBroadcastErrorsAtFailure"> |
| <summary> |
| Chrome OS network performance metric that tracks the number of LinkMonitor |
| @@ -11222,6 +11240,14 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Network.Shill.Wifi.ExpiredLeaseLengthSeconds" units="seconds"> |
| + <summary> |
| + Chrome OS network performance metric that tracks the the length of a lease |
|
Ilya Sherman
2014/01/08 05:42:21
nit: "the the" -> "the"
Paul Stewart
2014/01/08 16:45:40
Done.
|
| + for a WiFi network at the time it expired without the DHCP client being able |
| + to renew it. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Network.Shill.WiFi.FrequenciesConnectedEver"> |
| <summary> |
| Chrome OS metric sampling the number of different frequencies (i.e. |
| @@ -11418,6 +11444,14 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Network.Shill.WiMax.ExpiredLeaseLengthSeconds" units="seconds"> |
| + <summary> |
| + Chrome OS network performance metric that tracks the the length of a lease |
|
Ilya Sherman
2014/01/08 05:42:21
nit: "the the" -> "the"
Paul Stewart
2014/01/08 16:45:40
Done.
|
| + for a WiMax network at the time it expired without the DHCP client being |
| + able to renew it. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Network.Shill.WiMax.TimeToConfig" units="milliseconds"> |
| <summary> |
| Chrome OS network performance metric sampling the time to configure Layer 3 |