Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 34e02a3ff0a02d44f7eb9fdce70700eb3fbfc5fb..14602c4a32514e3e3d77d646abd402732700d681 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -33120,6 +33120,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="NQE.ExternalEstimateProvider.DownlinkBandwidth" units="Kbps"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>tbansal@chromium.org</owner> |
| + <summary> |
| + Records the estimate of the downlink bandwidth (in Kbps) provided by the |
| + external estimate provided. Recorded every time the external estimate |
| + provider provides a valid downlink bandwidth estimate to the network quality |
| + estimator. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="NQE.ExternalEstimateProvider.RTT" units="ms"> |
| + <owner>bengr@chromium.org</owner> |
| + <owner>tbansal@chromium.org</owner> |
| + <summary> |
| + Records the estimate of the RTT provided by the external estimate provided. |
| + Recorded every time the external estimate provider provides a valid RTT |
|
Alexei Svitkine (slow)
2016/04/26 21:27:05
Nit: Remove extra space.
tbansal1
2016/04/26 21:29:25
Done.
|
| + estimate to the network quality estimator. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="NQE.ExternalEstimateProviderStatus" |
| enum="NQEExternalEstimateProviderStatus"> |
| <owner>bengr@chromium.org</owner> |
| @@ -78717,6 +78738,10 @@ To add a new entry, add it with any value and run test to compute valid value. |
| <int value="2" label="External estimate provider was queried"/> |
| <int value="3" label="Query to external estimate provider was successful"/> |
| <int value="4" label="Callback received from external estimate provider"/> |
| + <int value="5" label="RTT was available from the external estimate provider"/> |
| + <int value="6" |
| + label="Downlink bandwidth was available from the external estimate |
| + provider"/> |
| </enum> |
| <enum name="NtpFollowAction" type="int"> |