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

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

Issue 2195443002: Add a histogram: Media.AVDA.NumAVDAInstances (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use ENUM & add units 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 06532ba140819f137bad3e921a9721d53e544c64..3cbc133dda57d0733e4e7b46309ade9b1acb8d5c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21742,6 +21742,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.AVDA.NumAVDAInstances" units="AVDA instances">
+ <owner>watk@chromium.org</owner>
+ <summary>
+ The number of concurrently running AndroidVideoDecodeAccelerators. Logged
+ during each AVDA initialization.
+ </summary>
+</histogram>
+
<histogram name="Media.AVDA.VirtualContext" enum="BooleanVirtualContext">
<owner>liberato@chromium.org</owner>
<summary>
« 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