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

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

Issue 2506363003: Add Media.ArcGpuVideoDecodeAccelerator.InitializeResult to histograms (Closed)
Patch Set: Add Media.ArcGpuVideoDecodeAccelerator.InitializeResult to histograms Created 4 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
« no previous file with comments | « chrome/gpu/arc_video_accelerator.h ('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 2e41f9cd4cc1a6b165dfca9e1783e971405a2363..ccce5ef353e282611d843194ff57c4c180758a36 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23055,6 +23055,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.ArcGpuVideoDecodeAccelerator.InitializeResult"
+ enum="ArcVideoAcceleratorResult">
+ <owner>johnylin@chromium.org</owner>
+ <summary>
+ Counts of status values returned from calls to
+ ArcGpuVideoDecodeAccelerator::Initialize().
+ </summary>
+</histogram>
+
<histogram name="Media.Audible.ConcurrentTabsTime" units="ms">
<owner>mlamouri@chromium.org</owner>
<summary>
@@ -74427,6 +74436,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="17" label="Overall sign in timeout"/>
</enum>
+<enum name="ArcVideoAcceleratorResult" type="int">
+ <summary>Defines ArcVideoAccelerator initialization status</summary>
+ <int value="0" label="SUCCESS"/>
+ <int value="1" label="ILLEGAL_STATE"/>
+ <int value="2" label="INVALID_ARGUMENT"/>
+ <int value="3" label="UNREADABLE_INPUT"/>
+ <int value="4" label="PLATFORM_FAILURE"/>
+ <int value="5" label="INSUFFICIENT_RESOURCES"/>
+</enum>
+
<enum name="AsyncDNSConfigParsePosix" type="int">
<int value="0" label="OK"/>
<int value="1" label="RES_INIT_FAILED"/>
« no previous file with comments | « chrome/gpu/arc_video_accelerator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698