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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1407333005: Adds Media.Audio.InputStartupSuccessMac UMA stat for Mac OS X (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added XML parts Created 5 years, 1 month 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 5bdc93d3d1bd6cca04d775cbd6649e80dbcdda3f..9f2a9b02133261995678dea91a7d2757b9af4e5b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17362,6 +17362,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Audio.InputStartupSuccessMac" enum="BooleanSuccess">
+ <owner>henrika@chromium.org</owner>
+ <summary>
+ Indicates if audio capturing did start after stream startup was requested.
+ Sampled once 5 seconds after a stream has been asked to start.
+ </summary>
+</histogram>
+
<histogram name="Media.Audio.Render.FramesRequested" units="frames">
<owner>tommi@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698