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

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

Issue 462813004: Add UMA stats for silence AudioInputController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 94e3845d52afa8b8dc23ee7c5e6335a47f9649ae..1de716ef4c9eda9c681e26387ff7b8dba42ee927 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10551,6 +10551,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Media.AudioInputControllerSilenceCount">
Ilya Sherman 2014/08/12 20:15:53 nit: Please add a units attribute.
+ <owner>grunell@chromium.org</owner>
+ <summary>
+ The number of silence periods detected during an audio input device session.
+ </summary>
+</histogram>
+
<histogram name="Media.AudioInputDeviceManager" units="ms">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>Measures the time taken for AudioInputDeviceManager::</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