Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index e70d96f68604095edb1dddee7eb53ea855694a83..8512ca8f5f839de88783249e4ea07247cfce87b2 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -44386,6 +44386,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="NQE.RenderThreadNotified" units="count"> |
|
Ilya Sherman
2017/05/09 21:51:25
nit: enum="BooleanHit" would be appropriate here.
tbansal1
2017/05/09 23:49:31
Done.
|
| + <owner>tbansal@chromium.org</owner> |
| + <owner>bengr@chromium.org</owner> |
| + <summary> |
| + Count of the number of times renderers were notified of the changes in the |
| + network quality estimator. |
|
Ilya Sherman
2017/05/09 21:51:25
How do you plan to interpret this metric? Is ther
tbansal1
2017/05/09 23:49:31
I plan to evaluate how frequently the notification
Ilya Sherman
2017/05/09 23:55:52
Okay. Could you please add this hint to the histo
tbansal1
2017/05/10 16:46:42
I have expanded on the histogram description. Than
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="NQE.RTT" units="ms"> |
| <owner>bengr@chromium.org</owner> |
| <owner>tbansal@chromium.org</owner> |