| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e812a05889e10652e1a2986bc0fa2fda5c706cdc..646dfce9342c5fe859b2ba56a48f7fdb5fefd202 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -62756,7 +62756,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram name="WebRTC.AecDelayBasedQuality" enum="DelayBasedEchoQuality">
|
| - <owner>bjornv@chromium.org</owner>
|
| + <owner>hlundin@chromium.org</owner>
|
| <summary>
|
| Captures if the estimated delay between rendered and captured audio is out
|
| of bounds which can cause the Echo Cancellation to fail. This is logged
|
| @@ -62766,6 +62766,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WebRTC.AecFilterHasDivergence" units="%">
|
| + <owner>grunell@chromium.org</owner>
|
| + <owner>minyue@chromium.org</owner>
|
| + <summary>
|
| + The percentage of measurement periods during a capture stream's lifetime
|
| + when the echo canceler's filter is considered to have diverged at least
|
| + once. A diverged filter could mean that there was echo och ducking
|
| + experienced. The measurement period size is fixed and in the order of one
|
| + second. The first measurement period is larger, typically 2-3 seconds.
|
| + Capture streams with shorter lifetimes (i.e. no data available) are not
|
| + recorded here.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebRTC.ApplicationMaxConsecutiveBytesDiscard">
|
| <obsolete>
|
| Deprecated as of 12/2014, replaced by
|
|
|