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

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: some small changes Created 5 years, 3 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 c7a6b843898f0197b5982f07a03c6fc62acfc264..1e4c135affab4da5e318d7cbafe54d851392dd97 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17061,6 +17061,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.AudioCapturerRepetition" units="RepetitionPatternId">
+ <owner>minyue@chromium.org</owner>
+ <summary>
+ Captures bit-exact audio repetitions of pre-defined patterns. The ID of the
+ repetition pattern is reported on each occurance. 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