Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 22ea39517c626dd490c1216b8d92a18c1c58e3d6..8161b1320b057b8d286c9af84694b99e5e789e04 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -5736,6 +5736,14 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Media.RTCVideoDecoderError" enum="PepperVideoDecodeError"> |
|
wuchengli
2013/09/13 07:38:23
VideoDecodeAccelerator::Error has the same enum as
|
| + <summary>Counts of video decode errors reported to RTCVideoDecoder.</summary> |
| +</histogram> |
| + |
| +<histogram name="Media.RTCVideoDecoderInitDecodeStatus" enum="BooleanSuccess"> |
| + <summary>Results of attempts to RTCVideoDecoder::InitDecode().</summary> |
| +</histogram> |
| + |
| <histogram name="Media.TimeToPipelineStarted" units="ms"> |
| <summary> |
| Time in milliseconds from HTML5 media pipeline creation to playing event. |