Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 9d00901a8d18cb0f51b705b2daf771e47e753501..9958a804b14a773451a64dbbc3b8bc75514419ee 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -38449,6 +38449,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="NQE.Prefs.ReadCount" units="count"> |
| + <owner>tbansal@chromium.org</owner> |
| + <owner>bengr@chromium.org</owner> |
| + <summary> |
| + Number of times network quality prefs were read by the network quality |
|
bengr
2016/10/14 22:37:13
times -> times the
tbansal1
2016/10/14 23:25:54
Done.
|
| + estimator. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="NQE.Prefs.ReadSizeAtStartUp" units="count"> |
| + <owner>tbansal@chromium.org</owner> |
| + <owner>bengr@chromium.org</owner> |
| + <summary> |
| + Count of number of network IDs in the prefs read by the network quality |
|
bengr
2016/10/14 22:37:13
Count of -> Count of the
tbansal1
2016/10/14 23:25:54
Done.
|
| + estimator at the time of start up. |
|
bengr
2016/10/14 22:37:13
What does "at the time of start up" mean?
tbansal1
2016/10/14 23:25:54
Done.
|
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="NQE.Prefs.WriteCount" units="count"> |
| + <owner>tbansal@chromium.org</owner> |
| + <owner>bengr@chromium.org</owner> |
| + <summary> |
| + Number of times network quality prefs were written by the network quality |
|
bengr
2016/10/14 22:37:13
times -> times the
tbansal1
2016/10/14 23:25:54
Done.
|
| + estimator. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="NQE.RatioEstimatedToActualRTT" units="100 times"> |
| <obsolete> |
| Replaced in June 2016 by NQE.Accuracy.HttpRTT.* metrics. |