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

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

Issue 1357013006: Add detection for repeated audio in capturing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure virtual function -> base::Callback Created 5 years, 2 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 132ec4ad6ecfc4e6222a0494a013c5fcbb2f5573..527c95dec607b9e49d0ee01b1510f816068d3c87 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17200,6 +17200,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.AudioCapturerRepetition" units="milliseconds">
+ <owner>minyue@chromium.org</owner>
+ <summary>
+ Captures bit-exact audio repetitions with pre-defined look back time. As
+ soon as a repetition is detected, its look back time is reported. Ideally,
+ no reports should be generated.
+ </summary>
+</histogram>
+
<histogram name="Media.AudioChannelLayout" enum="ChannelLayout">
<owner>dalecurtis@chromium.org</owner>
<summary>Audio channel layout in HTML5 media.</summary>

Powered by Google App Engine
This is Rietveld 408576698