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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2163513002: Add FramesSentAsOverlay UMA metric to AVDA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed boolean description Created 4 years, 5 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 | « media/gpu/android_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 9d749fac61feee274c0c037d50118c3a36b7e1a4..361472bc8428a3fa7737813d6df98bf175803ac1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21682,6 +21682,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.AVDA.FrameSentAsOverlay" enum="BooleanFrameAsOverlay">
+ <owner>liberato@chromium.org</owner>
+ <summary>
+ Record a count for each frame sent to the client by AVDA. True counts
+ indicate that the frame was an overlay (SurfaceView). False counts are for
+ SurfaceTexture frames.
+ </summary>
+</histogram>
+
<histogram name="Media.AVDA.InputQueueTime" units="ms">
<owner>watk@chromium.org</owner>
<obsolete>
@@ -67607,6 +67616,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Lacks Form Manager"/>
</enum>
+<enum name="BooleanFrameAsOverlay" type="int">
+ <int value="0" label="Frame was not allow_overlay"/>
+ <int value="1" label="Frame was allow_overlay"/>
+</enum>
+
<enum name="BooleanFromAddressBook" type="int">
<int value="0" label="Not From Address Book"/>
<int value="1" label="From Address Book"/>
« no previous file with comments | « media/gpu/android_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698