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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2983733002: media: Add UMA stats for bytes going in and out of multibuffer cache (Closed)
Patch Set: Created 3 years, 5 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/url_index.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 0457c56e5fa066cf550e55422ad77f3e072fc0e5..269726506fcf854110eee967f4ea4a77d5b2c73c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29246,6 +29246,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.BytesReadFromCache" units="KB">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>Kb read by media demuxer from MultiBuffer cache.</summary>
rkaplow1 2017/07/18 18:54:05 may want to make it more clear when this is record
hubbe 2017/07/19 18:00:58 It's not an easy thing to explain succinctly. (As
+</histogram>
+
+<histogram name="Media.BytesReadFromNetwork" units="KB">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>Kb read by from network into MultiBuffer cache.</summary>
+</histogram>
+
<histogram name="Media.CacheUseful" enum="BooleanSuccess">
<owner>scherkus@chromium.org</owner>
<summary>
« no previous file with comments | « media/blink/url_index.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698