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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2568303002: Report WMPI components memory usage to UMA (Closed)
Patch Set: Report only non-zero values Created 4 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
« media/blink/webmediaplayer_impl.cc ('K') | « media/blink/webmediaplayer_impl.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 2eb96e8a847bbd4e1f3fe7623592b299f184c27c..45242bed6d00bb5602384e31d4d57c54a80c413e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25854,6 +25854,38 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.WebMediaPlayerImpl.Memory.Audio" units="KB">
+ <owner>servolk@chromium.org</owner>
+ <summary>
+ Amount of memory used by the WebMediaPlayerImpl audio renderer when memory
+ pressure was reported.
+ </summary>
+</histogram>
+
+<histogram name="Media.WebMediaPlayerImpl.Memory.DataSource" units="KB">
+ <owner>servolk@chromium.org</owner>
+ <summary>
+ Amount of memory used by the WebMediaPlayerImpl data source when memory
+ pressure was reported.
+ </summary>
+</histogram>
+
+<histogram name="Media.WebMediaPlayerImpl.Memory.Demuxer" units="KB">
+ <owner>servolk@chromium.org</owner>
+ <summary>
+ Amount of memory used by the WebMediaPlayerImpl demuxer when memory pressure
+ was reported.
+ </summary>
+</histogram>
+
+<histogram name="Media.WebMediaPlayerImpl.Memory.Video" units="KB">
+ <owner>servolk@chromium.org</owner>
+ <summary>
+ Amount of memory used by the WebMediaPlayerImpl video renderer when memory
+ pressure was reported.
+ </summary>
+</histogram>
Ilya Sherman 2016/12/14 20:09:48 Optional: You might want to use a histogram_suffix
+
<histogram name="Media.WindowsCoreAudioInput" enum="BooleanSuccess">
<owner>henrika@chromium.org</owner>
<summary>
« media/blink/webmediaplayer_impl.cc ('K') | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698