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

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

Issue 2856783002: Autoplay time metric (Closed)
Patch Set: use loadstart event 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 d1800f8261a89d2e3f42ae6331697e1debe91683..dbf555bb3de4d8326e071b9a7d49956e218ed34d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26540,6 +26540,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Records the autoplay source of audios.</summary>
</histogram>
+<histogram name="Media.Audio.Autoplay.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.Audio.Autoplay.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.Audio.Capture.CallbackError" enum="BooleanError">
<obsolete>
Deprecated as of 02/2017.
@@ -28755,6 +28772,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.Autoplay.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.Muted" enum="AutoplaySource">
<owner>avayvod@chromium.org</owner>
<owner>mlamouri@chromium.org</owner>
@@ -28821,6 +28847,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.Autoplay.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>
« 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