Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 436c6c548cc436bfe52ed51362e556e46a92a51b..12a691ac5d2f50c6407280927cb29ece4af0d776 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -39708,6 +39708,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="WebRTC.BWE.InitialVsConvergedDiff" units="kbits/s"> |
| + <owner>holmer@chromium.org</owner> |
| + <summary> |
| + The difference between the bandwidth estimate at 2 seconds and 20 seconds |
|
Alexei Svitkine (slow)
2014/11/04 15:33:03
Histograms generally can't have negative values.
Stefan
2014/11/04 15:34:59
The negative direction is the most interesting par
|
| + into a WebRTC call, which is supposed to capture the how wrong the initial |
| + bandwidth estimate, assuming the estimate at 20 seconds is the correct one. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="WebRTC.DataChannelCounters" enum="DataChannelCounters"> |
| <owner>perkj@chromium.org</owner> |
| <summary> |