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

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

Issue 2383493004: media: Add UMA to report media pipeline start result (Closed)
Patch Set: update histogram comments Created 4 years, 3 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/base/pipeline_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 fe1f8585c6b41ac3703b2461f8a016740bdab049..dd20b763b7c79afe91e43c6ac5d578e33b546263 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23494,6 +23494,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.PipelineStatus.Start" enum="PipelineStatus">
+ <owner>xhwang@chromium.org</owner>
+ <summary>
+ Status of the media pipeline starting process (including demuxer and
+ renderer initialization). If the media pipeline is destroyed during the
+ starting process nothing will be reported, but this should relatively rare.
+ </summary>
+</histogram>
+
<histogram name="Media.PlayMovies.DelayedAndDroppedFramesPer5Sec"
units="frames/5s">
<obsolete>
« no previous file with comments | « media/base/pipeline_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698