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

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

Issue 2552493002: [Media] Record time it takes to start rendering audio and video (Closed)
Patch Set: Shown->Foreground Created 3 years, 11 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/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 3761fc611f9e6f4d4c48bdef2495fc108ff21c0b..bd88d7ba7e9e33a42b95335d983943ef8476cace 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25806,6 +25806,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.TimeFromForegroundToFirstFrame" 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>
« 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