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

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

Issue 2856783002: Autoplay time metric (Closed)
Patch Set: histogram description update Created 3 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5c78cdb3eda52b689541eec68fdeb4dfb917dee6..c8594b70a142d8ed1280baa067a18df55440d367 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28606,6 +28606,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.Autoplay.Audio.Attribute.WaitTime" units="ms">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ Records time from load starts until audio starts based on autoplay
+ attribute.
+ </summary>
+</histogram>
+
+<histogram name="Media.Video.Autoplay.Audio.PlayMethod.WaitTime" units="ms">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ Records time from load starts until audio starts based on play method.
+ </summary>
+</histogram>
+
<histogram name="Media.Video.Autoplay.Muted" enum="AutoplaySource">
<owner>avayvod@chromium.org</owner>
<owner>mlamouri@chromium.org</owner>
@@ -28672,6 +28689,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.Autoplay.Video.Attribute.WaitTime" units="ms">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ Records time from load starts until video starts based on autoplay
+ attribute.
+ </summary>
+</histogram>
+
+<histogram name="Media.Video.Autoplay.Video.PlayMethod.WaitTime" units="ms">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ Records time from load starts until video starts based on play method.
+ </summary>
+</histogram>
+
<histogram name="Media.Video.FullscreenOrientationLock.LockResult"
enum="VideoFullscreenOrientationLockResult">
<owner>mlamouri@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698