Commit 7d6cf9d5 authored by holmer's avatar holmer Committed by Commit bot

Adds a histogram to measure the difference between the bandwidth estimate at 2...

Adds a histogram to measure the difference between the bandwidth estimate at 2 seconds and 20 seconds into a WebRTC call.

BUG=425925
R=asvitkine@chromium.org

Review URL: https://codereview.chromium.org/682813004

Cr-Commit-Position: refs/heads/master@{#302672}
parent 273e4812
......@@ -39795,6 +39795,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
into a WebRTC call, with a min at 0, which is supposed to capture the how
much the initial bandwidth estimate overshot the actual bandwidth available.
</summary>
</histogram>
<histogram name="WebRTC.DataChannelCounters" enum="DataChannelCounters">
<owner>perkj@chromium.org</owner>
<summary>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment