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

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

Issue 2834713002: (merge m59) media: Report initial video height to UMA (Closed)
Patch Set: 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
« no previous file with comments | « 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 f3c0071f0afb606f841b713d9f25c8aa4630abfe..f073c97822ad8a289bc1eabf1c44cd15fdd5cebc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28418,6 +28418,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>
@@ -120423,6 +120431,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."/>
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698