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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2631633003: [Video] Only start tracking foreground time if the video was resumed. (Closed)
Patch Set: Added a comment 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_unittest.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 7e09c634a5b91237002cc0b48641adb9ddfa891a..cdbeb31953970b44442f26328099767dfdb70627 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26205,6 +26205,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Media.Video.TimeFromForegroundToFirstFrame" units="ms">
+ <obsolete>
+ Deprecated as of 01/18/2017 in issue 670150. Replaced by
+ Media.Video.TimeFromForegroundToFirstFrame.DisabledTrack and
+ Media.Video.TimeFromForegroundToFirstFrame.Paused.
+ </obsolete>
<owner>avayvod@chromium.org</owner>
<owner>dalecurtis@chromium.org</owner>
<summary>
@@ -26213,6 +26218,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.TimeFromForegroundToFirstFrame.DisabledTrack"
+ units="ms">
+ <owner>avayvod@chromium.org</owner>
+ <owner>dalecurtis@chromium.org</owner>
+ <summary>
+ Records the time between the moment when the video element that had video
+ track disabled in the background is brought to the foreground and when the
+ video frame compositor outputs the next frame. Recorded even if disabling
+ video track in the background is turned off to collect data for the control
+ group.
+ </summary>
+</histogram>
+
+<histogram name="Media.Video.TimeFromForegroundToFirstFrame.Paused" units="ms">
+ <owner>avayvod@chromium.org</owner>
+ <owner>dalecurtis@chromium.org</owner>
+ <summary>
+ Records the time between the moment when the video element that was paused
+ in the background is brought to the foreground and when the video frame
+ compositor outputs the next frame. Recorded even if disabling pausing video
+ in the background is turned off to collect data for the control group.
+ </summary>
+</histogram>
+
<histogram name="Media.VideoCapture.AspectRatio" units="%">
<owner>mcasas@chromium.org</owner>
<summary>
« no previous file with comments | « media/blink/webmediaplayer_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698