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

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

Issue 271093002: Add AudioInputControllerCaptureStartupSuccess UMA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 faef4a334f99294754ad4d26e7ecd6fd05fbf0dc..14c1351f5575483573d09b3cdfc62a8e38af7603 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8721,6 +8721,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Measures the time taken for AudioInputController::</summary>
</histogram>
+<histogram name="Media.AudioInputControllerCaptureStartupSuccess"
+ enum="BooleanSuccess">
+ <summary>
+ Whether capture started successfully after an input stream startup was
+ requested.
+ </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>
« media/audio/audio_input_controller.cc ('K') | « media/audio/audio_input_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698