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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 697463005: Add PipelineStatus UMA logging to media_internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding DCHECK for currentthread == IO Created 6 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 | « media/base/media_log.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 9888f7408aa2ab565eeafacccb69642d3e1feb86..048ce58a30889029beeeb15406f1e8a445159092 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12381,6 +12381,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Media.PipelineStatus" enum="PipelineStatus">
+ <owner>prabhur@chromium.org</owner>
+ <owner>dalecurtis@chromium.org</owner>
+ <summary>
+ Status of the media pipeline at the end of its lifecycle suffixed by stream
+ and video decoder type.
+ </summary>
+</histogram>
+
<histogram name="Media.PlayMovies.DelayedAndDroppedFramesPer5Sec"
units="frames/5s">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
@@ -56972,6 +56981,24 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Media.AudioOutputController"/>
</histogram_suffixes>
+<histogram_suffixes name="MediaPipelineStatusForStreams" separator=".">
+ <suffix name="AudioVideo" label="PipelineStatus for AV streams."/>
+ <suffix name="AudioVideo.VP8"
+ label="PipelineStatus for AV streams with VP8 decoder."/>
+ <suffix name="AudioVideo.VP9"
+ label="PipelineStatus for AV streams with VP9 decoder."/>
+ <suffix name="AudioVideo.HW.H264"
+ label="PipelineStatus for hardware decoded AV streams with H264
+ decoder."/>
+ <suffix name="AudioVideo.SW.H264"
+ label="PipelineStatus for software decoded AV streams with H264
+ decoder."/>
+ <suffix name="Audio" label="PipelineStatus for Audio-only streams."/>
+ <suffix name="Video" label="PipelineStatus for Video-only streams."/>
+ <suffix name="Unsupported" label="PipelineStatus for unsupported streams."/>
+ <affected-histogram name="Media.PipelineStatus"/>
+</histogram_suffixes>
+
<histogram_suffixes name="MediaVideoCaptureManagerTime" separator=".">
<suffix name="StartDeviceTime"
label="Measures the time taken for DoStartDeviceOnDeviceThread()."/>
« no previous file with comments | « media/base/media_log.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698