Chromium Code Reviews| 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> |