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

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

Issue 2814043005: media: Report initial video height to UMA (Closed)
Patch Set: remove "average" Created 3 years, 8 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
« media/blink/webmediaplayer_impl.cc ('K') | « media/blink/webmediaplayer_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 f8ce2d3bf745ff971181508ece164e0d9741b4de..95614ebe83953ed88b58d797951fe4a11b4aec0c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28408,6 +28408,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Pixel format used in HTML5 video. Emitted on video load.</summary>
</histogram>
+<histogram base="true" name="Media.VideoHeight.Initial" units="pixels">
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ The height of the first video frame in an HTML5 video. Reported when the
+ first video frame is available.
+ </summary>
+</histogram>
+
<histogram name="Media.VideoPersistence.AttemptResult"
enum="VideoPersistenceAttemptResult">
<owner>mlamouri@chromium.org</owner>
@@ -120470,6 +120478,14 @@ from previous Chrome versions.
<affected-histogram name="Media.VideoCaptureManager"/>
</histogram_suffixes>
+<histogram_suffixes name="MediaVideoCategories" separator=".">
+ <suffix name="All" label="All media with a video track."/>
+ <suffix name="EME" label="EME media with a video track."/>
+ <suffix name="MSE" label="MSE media with a video track."/>
+ <suffix name="SRC" label="SRC media with a video track."/>
+ <affected-histogram name="Media.VideoHeight.Initial"/>
+</histogram_suffixes>
+
<histogram_suffixes name="MediaWatchTimeCategories" separator=".">
<suffix name="Audio.All"
label="Watch time for all media with only an audio track."/>
« media/blink/webmediaplayer_impl.cc ('K') | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698