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

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

Issue 14054019: Add Media.AudioRendererEvents histogram to measure how often OnRenderError() is called. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 8 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/filters/audio_renderer_impl.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 d1fb95fa83a5181b9aa6eb1bcde3230152ac6389..d873d9d838a25c1ca42c89901f1b816ba7071cc6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -777,6 +777,10 @@ other types of suffix sets.
<summary>The version of glibc used. (Linux only)</summary>
</histogram>
+<histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents">
+ <summary>Captures statistics for various AudioRendererImpl events.</summary>
+</histogram>
+
<histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs">
<summary>Audio codec used in HTML5 media.</summary>
</histogram>
@@ -4142,6 +4146,11 @@ other types of suffix sets.
<int value="1" label="Abandoned"/>
</enum>
+<enum name="AudioRendererEvents" type="int">
+ <int value="0" label="Initialized"/>
+ <int value="1" label="Runtime error"/>
+</enum>
+
<enum name="AutocheckoutBubble" type="int">
<int value="0" label="Created"/>
<int value="1" label="Accepted"/>
« no previous file with comments | « media/filters/audio_renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698