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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2545523005: [Video] Collect average keyframe distance for video (Closed)
Patch Set: Removed spammy logs Created 4 years 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8ddf95ea8c71cfbf083369e042291f04ff0d513d..eb8b6bdb48c787dbeb5bb76f60ed8dd6b1cb0058 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25325,6 +25325,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.Video.KeyFrameDistanceAverage" units="ms">
+ <owner>avayvod@chromium.org</owner>
+ <owner>dalecurtis@chromium.org</owner>
+ <summary>
+ Records the moving average of time distance between consequent keyframes in
+ a video based on the last N frames (see N in decoder_stream_traits.cc). The
+ new average is calculated for each video key frame decoded and is recorded
+ every time the average increases from the previous one.
Ilya Sherman 2016/12/05 23:48:04 Recording every time the average increases, but no
whywhat 2016/12/06 05:16:28 I think the main reason to report it continuously
Ilya Sherman 2016/12/06 22:03:55 I think recording once every keyframe makes more s
+ </summary>
+</histogram>
+
<histogram name="Media.VideoCapture.AspectRatio" units="%">
<owner>mcasas@chromium.org</owner>
<summary>
« media/filters/decoder_stream_traits.cc ('K') | « media/filters/decoder_stream_traits.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698