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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 847223002: Add a histogram for video decoder fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« media/filters/decoder_stream.cc ('K') | « media/filters/decoder_stream.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 6a2c26fcc6bed77f1899a56205c5cbe18f40233b..bf96a086be8f84c2189950889120c23a1a1266d6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12900,6 +12900,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Media.VideoDecoderFallback" enum="BooleanSuccess">
+ <owner>watk@chromium.org</owner>
+ <summary>
+ Whether Chrome was able to fall back to another video decoder when a
+ previously intialized one failed to reinitialize. Failure is recorded when a
DaleCurtis 2015/01/13 19:20:50 Everything after "Failure..." seems a bit more tha
+ video decoder is successfully initialized, so fallback will result in both a
+ Success and Failure being recorded.
+ </summary>
+</histogram>
+
<histogram name="Media.VideoPixelFormat" enum="VideoPixelFormat">
<owner>scherkus@chromium.org</owner>
<summary>Pixel format used in HTML5 video. Emitted on video load.</summary>
« media/filters/decoder_stream.cc ('K') | « media/filters/decoder_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698