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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 200293002: added uma stats to check the usage of media stream audio track audio processing (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fixed the indentation and EXPECT_EQ Created 6 years, 9 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.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 ea1a186cee16b1b28b68603cd040533971efbc46..f50f6a2f4c4a7ef0fde5428b9e6a85edb9c47e43 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8161,6 +8161,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Media.AudioTrackProcessingStates"
+ enum="AudioTrackProcessingStates">
+ <summary>
+ State of the media stream audio track processing, sampled once during the
+ life time of a MediaStreamAudioProcessor.
+ </summary>
+</histogram>
+
<histogram name="Media.CacheUseful" enum="BooleanSuccess">
<owner>scherkus@chromium.org</owner>
<summary>
@@ -28893,6 +28901,12 @@ other types of suffix sets.
<int value="10" label="k192000Hz"/>
</enum>
+<enum name="AudioTrackProcessingStates" type="int">
+ <int value="0" label="Enabled"/>
+ <int value="1" label="Disabled"/>
+ <int value="2" label="Processing in WebRTC"/>
+</enum>
+
<enum name="AutocheckoutBubble" type="int">
<obsolete>
Deprecated as of 8/2013.
« no previous file with comments | « content/renderer/media/media_stream_audio_processor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698