Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(820)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2103483002: Add UMA stats for AEC filter divergence metric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unit test. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « content/renderer/media/media_stream_audio_processor_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/renderer/media/media_stream_audio_processor_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698