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

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

Issue 1826583003: MSE: Record counts of detected MSE audio, video and text tracks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 b42f34c6a2b2dd16b1070c699d0f2899c5dab4dd..df0b11e05ec0f4fd16420ed7ec9c5aeaf0ceae83 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20369,6 +20369,32 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.MSE.DetectedTrackCount.Audio">
+ <owner>wolenetz@chromium.org</owner>
+ <summary>
+ Number of detected audio tracks in Media Source Extensions playback. Not all
+ may be usable by the player.
+ </summary>
+</histogram>
+
+<histogram name="Media.MSE.DetectedTrackCount.Text">
+ <owner>wolenetz@chromium.org</owner>
+ <summary>
+ Number of detected text tracks in Media Source Extensions playback. Not all
+ may be usable by the player. This count includes only explicitly signalled
+ tracks in MSE initialization segments parsed from WebM or ISO BMFF
+ bytestreams.
+ </summary>
+</histogram>
+
+<histogram name="Media.MSE.DetectedTrackCount.Video">
+ <owner>wolenetz@chromium.org</owner>
+ <summary>
+ Number of detected video tracks in Media Source Extensions playback. Not all
+ may be usable by the player.
+ </summary>
+</histogram>
+
<histogram name="Media.MSE.LateAudioFrames"
units="late frames per million frames">
<owner>qinmin@chromium.org</owner>
« media/formats/webm/webm_tracks_parser.cc ('K') | « media/formats/webm/webm_tracks_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698