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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1179803002: Add UMA entry for VaapiJpegDecodeAccelerator errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-2-gpu
Patch Set: rebase Created 5 years, 6 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
« no previous file with comments | « content/common/gpu/media/vaapi_jpeg_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 fd35f25d45dad868b44e375f64a2572ca5b93eca..cf3fed9994cf54b70ac3d41644681132f7c88651 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16014,6 +16014,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.VAJDA.DecoderFailure" enum="VAJDADecoderFailure">
+ <owner>kcwu@chromium.org</owner>
+ <summary>
+ Error codes reported by jpeg decode using VA-API hardware jpeg decoder.
+ </summary>
+</histogram>
+
<histogram name="Media.VAVDA.DecoderFailure" enum="VAVDADecoderFailure">
<owner>posciak@chromium.org</owner>
<summary>
@@ -67744,6 +67751,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="FAILED_OTHER">Failed for other reason</int>
</enum>
+<enum name="VAJDADecoderFailure" type="int">
+ <int value="0" label="VAAPI_ERROR"/>
+</enum>
+
<enum name="ValidateMenuItemSelectorType" type="int">
<int value="0"
label="The menu items' associated action is an unknown selector."/>
« no previous file with comments | « content/common/gpu/media/vaapi_jpeg_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698