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

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

Issue 2552493002: [Media] Record time it takes to start rendering audio and video (Closed)
Patch Set: Accessing VFC directly from WMPI Created 3 years, 12 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
« media/blink/video_frame_compositor.h ('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 4e22c187711f934812506099cf16e385d94c65cb..4527c7a47e62cf901ff3443c04717ca6f642394f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25750,6 +25750,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.TimeFromShownToFirstFrame" units="ms">
+ <owner>avayvod@chromium.org</owner>
+ <owner>dalecurtis@chromium.org</owner>
+ <summary>
+ Records the time between the moment when the video element is brought to the
+ foreground and when the video frame compositor outputs the next frame.
+ </summary>
+</histogram>
+
<histogram name="Media.VideoCapture.AspectRatio" units="%">
<owner>mcasas@chromium.org</owner>
<summary>
« media/blink/video_frame_compositor.h ('K') | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698