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

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

Issue 2552493002: [Media] Record time it takes to start rendering audio and video (Closed)
Patch Set: Compute preroll time for both audio and video renderers 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/renderers/renderer_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 052076318d4908d6ed69a3c6511c904884fa7bb9..fdc023fc1cfd90beef25ae277f35340b74a36f29 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23813,6 +23813,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Audio.PrerollTime" units="ms">
+ <owner>avayvod@chromium.org</owner>
+ <owner>dalecurtis@chromium.org</owner>
+ <summary>
+ Records the time between moment when the audio is requested to start from a
Ilya Sherman 2016/12/10 01:55:35 nit: s/between moment/between the moment
whywhat 2016/12/10 02:26:09 Done.
+ new position and when there's enough data decoded to start playing. Recorded
+ every time the enough data is buffered after playback is initiated (on
Ilya Sherman 2016/12/10 01:55:35 nit: s/the enough data is/there's enough data or /
whywhat 2016/12/10 02:26:09 Done.
+ initial play or after seeking). Recorded for both audio only streams and
+ video streams with audio.
+ </summary>
+</histogram>
+
<histogram name="Media.Audio.Render.AudioInputsPerMixer.LatencyExact"
units="inputs">
<owner>olka@chromium.org</owner>
@@ -25493,6 +25505,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.PrerollTime" units="ms">
+ <owner>avayvod@chromium.org</owner>
+ <owner>dalecurtis@chromium.org</owner>
+ <summary>
+ Records the time between moment when the video is requested to start from a
Ilya Sherman 2016/12/10 01:55:35 nit: s/between moment/between the moment
whywhat 2016/12/10 02:26:09 Done.
+ new position and when the video renderer has enough decoded data to start
+ painting. Recorded every time there's enough data after playback is
+ initiated (on initial play or after seeking).
+ </summary>
+</histogram>
+
<histogram name="Media.VideoCapture.AspectRatio" units="%">
<owner>mcasas@chromium.org</owner>
<summary>
« no previous file with comments | « media/renderers/renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698