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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2731513002: Media: Add improved duration histogram (Closed)
Patch Set: Deprecate Media.Duration 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
« media/base/pipeline_impl.cc ('K') | « 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 7b2c26e1c95517794e87109fcfd8da21c2fb4591..2dc7e4700a5dc38766c54122b201600ccc56ab13 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25742,10 +25742,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>mlamouri@chromium.org</owner>
DaleCurtis 2017/03/02 19:52:59 You can mark me as owner of this one since it's in
johnme 2017/03/03 18:58:05 Done.
+ <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>
« media/base/pipeline_impl.cc ('K') | « media/base/pipeline_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698