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

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

Issue 2568303002: Report WMPI components memory usage to UMA (Closed)
Patch Set: nits 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
« no previous file with comments | « 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..7a6af3397532805fcc3610ce44df1fbccbfdeffd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25854,6 +25854,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram base="true" name="Media.WebMediaPlayerImpl.Memory" units="KB">
+ <owner>servolk@chromium.org</owner>
+ <summary>
+ Amount of memory used by the WebMediaPlayerImpl and its components.
+ </summary>
+</histogram>
+
<histogram name="Media.WindowsCoreAudioInput" enum="BooleanSuccess">
<owner>henrika@chromium.org</owner>
<summary>
@@ -110408,6 +110415,14 @@ value.
<affected-histogram name="Media.WatchTime"/>
</histogram_suffixes>
+<histogram_suffixes name="MediaWMPIMemoryUsage" separator=".">
+ <suffix name="Audio"/>
+ <suffix name="DataSource"/>
+ <suffix name="Demuxer"/>
+ <suffix name="Video"/>
+ <affected-histogram name="Media.WebMediaPlayerImpl.Memory"/>
+</histogram_suffixes>
+
<histogram_suffixes name="MemoryStateTransition" separator=".">
<suffix name="NormalToThrottled"/>
<suffix name="NormalToSuspended"/>
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698