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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2552493002: [Media] Record time it takes to start rendering audio and video (Closed)
Patch Set: Audio and video first render times 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/video_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 086d3626acb94c7189a4b62efb6200aae733906d..40637a459d93a61e2682daf72531dcdcb2d0d6ad 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23635,6 +23635,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Audio.FirstRenderTime" 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
+ new position and when the first valid audio frame is actually output to the
+ audio sink. Recorded every time the first valid audio frame is rendered
+ after playback start is initiated (on initial play or after seekeing).
mlamouri (slow - plz ping) 2016/12/09 18:58:01 nit: seeking
+ Recorded for both audio only streams and video streams with audio.
+ </summary>
+</histogram>
+
<histogram name="Media.Audio.InputBufferSizeWasChangedAudioWorkedMac"
enum="BooleanChanged">
<owner>henrika@chromium.org</owner>
@@ -25444,6 +25456,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.FirstRenderTime" 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
+ new position and when the first valid video frame is actually painted.
+ Recorded every time the first valid video frame is painted after playback
+ start is initiated (on initial play or after seekeing).
mlamouri (slow - plz ping) 2016/12/09 18:58:01 nit: ditto
+ </summary>
+</histogram>
+
<histogram name="Media.Video.KeyFrameDistance" units="ms">
<owner>avayvod@chromium.org</owner>
<owner>dalecurtis@chromium.org</owner>
« no previous file with comments | « media/renderers/video_renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698