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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2286843003: Add metrics for tracking underflow during src= playback. (Closed)
Patch Set: Created 4 years, 3 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 2e58c844241aa87d1cb9a75d2083c0ecebf5061c..0b1ef5fd14e8176bc2bbfff4381ab4513a942449 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23398,6 +23398,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.UnderflowCount">
+ <owner>dalecurtis@chromium.org</owner>
+ <summary>
+ The number of times a src= playback has underflowed; i.e. ran out of data.
+ </summary>
+</histogram>
+
+<histogram name="Media.UnderflowDuration" units="ms">
+ <owner>dalecurtis@chromium.org</owner>
+ <summary>
+ The amount of time taken to leave the underflow state; i.e. resume playback.
+ </summary>
+</histogram>
+
<histogram name="Media.URLScheme" enum="URLSchemeForHistogram">
<owner>scherkus@chromium.org</owner>
<summary>
« 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