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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2735383002: Media: Add improved duration histogram (Closed)
Patch Set: Created 3 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
« no previous file with comments | « media/base/pipeline_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 bcc4a5ad9279eca865720374bf77409c2af78066..c5f0beb67b77a9fadc14f5d2a03ba4a56cd14aa1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25890,10 +25890,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Media.Duration" units="ms">
+ <obsolete>
+ Removed 03/2017 in favor of Media.Duration2 with larger max bucket.
+ </obsolete>
<owner>scherkus@chromium.org</owner>
<summary>Duration in milliseconds of HTML5 media (when known).</summary>
</histogram>
+<histogram name="Media.Duration2" units="ms">
+ <owner>dalecurtis@chromium.org</owner>
+ <summary>Duration in milliseconds of HTML5 media (when known).</summary>
+</histogram>
+
<histogram name="Media.EME.CdmFileIO.FileSizeKBOnError" units="KB">
<owner>xhwang@chromium.org</owner>
<summary>
« no previous file with comments | « media/base/pipeline_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698