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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 773673002: Add UMA to track software fallback in VTVideoDecodeAccelerator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years 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
« no previous file with comments | « content/common/gpu/media/vt_video_decode_accelerator.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 f46a8b87c2a38de7735ce4a4eeb88030552d6451..23a6cfe1ba79358812351461e644605aefeb23e3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12747,6 +12747,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Visible width of HTML5 video.</summary>
</histogram>
+<histogram name="Media.VTVDA.UsingHardware" enum="Boolean">
Ilya Sherman 2014/12/02 23:26:40 nit: Please create a boolean histogram with more c
sandersd (OOO until July 31) 2014/12/03 18:33:35 Done.
+ <owner>sandersd@chromium.org</owner>
+ <summary>
+ Whether a VTDecompressionSession is using hardware decoding internally.
+ </summary>
+</histogram>
+
<histogram name="Media.YouTube.DelayedAndDroppedFramesPer5Sec"
units="frames/5s">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
« no previous file with comments | « content/common/gpu/media/vt_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698