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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 51003005: Add AudioOutputController trace events and UMA backed wedge detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 b4e49225ce51d10ce45a7ebd64945aac6ecb33e2..cbe6839fcf0831ca3c4918f199b97290ddb0e65a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5834,6 +5834,11 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Media.AudioOutputControllerWedgeDetected"
+ enum="BooleanSuccess">
+ <summary>Whether a wedge was detected during audio playback or not.</summary>
jar (doing other things) 2013/11/04 07:03:43 It is hard to tell if "success" or "failure" means
DaleCurtis 2013/11/04 18:57:32 I'm always confused with BooleanSuccess when recor
Alexei Svitkine (slow) 2013/11/04 22:20:24 If BooleanSuccess is a bad description, please do
DaleCurtis 2013/11/04 22:23:52 I've renamed it completely in the latest patchset.
+</histogram>
+
<histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents">
<summary>Captures statistics for various AudioRendererImpl events.</summary>
</histogram>
« media/audio/audio_output_controller.cc ('K') | « media/audio/audio_output_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698