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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 537573002: Adding Media.InputStreamDuration to UMA histograms for low-latency input audio streams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Now builds on all platforms Created 6 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
« no previous file with comments | « media/audio/audio_input_controller.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 c5504632967461b097eaaa3ec8455b56803568d6..bfdb91d540f7c96f4e4f6380788227c6c8b91fec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11460,6 +11460,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Media.InputStreamDuration" units="ms">
+ <owner>henrika@chromium.org</owner>
+ <summary>
+ Duration in milliseconds of low-latency audio input streams. Sampled when
+ the stream is closed by the AudioInputController.
+ </summary>
+</histogram>
+
<histogram name="Media.LinuxAudioIO" enum="LinuxAudioIO">
<owner>dalecurtis@chromium.org</owner>
<summary>
« no previous file with comments | « media/audio/audio_input_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698