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

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

Issue 2885303002: media: Add Media.UnderflowDuration.EME UMA (Closed)
Patch Set: 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
« 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 d1800f8261a89d2e3f42ae6331697e1debe91683..b75c552c6756c07258b87df1d6dea06a4f2e55de 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -28699,6 +28699,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.UnderflowDuration.EME" units="ms">
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ The amount of time taken to leave the underflow state (i.e. resume playback)
+ for Encrypted Media Extensions (EME) based playbacks.
+ </summary>
+</histogram>
+
<histogram name="Media.UnderflowDuration.MSE" units="ms">
<owner>dalecurtis@chromium.org</owner>
<summary>
« 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