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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2856783002: Autoplay time metric (Closed)
Patch Set: remove MS postfix 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
« no previous file with comments | « third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.cpp ('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 ae4fb0eb3a3bd840ed794262ab3116f4aab9b9a8..34b5fc3938d57c62de1452284d9be19f58b1c41a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28490,6 +28490,20 @@ 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 until audio starts based on autoplay attribute.
Mark P 2017/05/09 22:09:00 Records time from *when* until audio starts? ditto
hubbe 2017/05/11 18:10:34 Updated metric descriptions.
+ </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 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>
@@ -28556,6 +28570,20 @@ 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 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 until video starts based on play method.</summary>
+</histogram>
+
<histogram name="Media.Video.FullscreenOrientationLock.LockResult"
enum="VideoFullscreenOrientationLockResult">
<owner>mlamouri@chromium.org</owner>
« no previous file with comments | « third_party/WebKit/Source/core/html/media/AutoplayUmaHelper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698