| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 6189847fdf9738d4b405921d0425b867e98c8154..8e3f9b1f2183bfb8dc30a5b12f85620a48d25546 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -21981,6 +21981,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.Audio.Render.GetSourceDataTime.WebRTC"
|
| + units="microseconds">
|
| + <owner>grunell@chromium.org</owner>
|
| + <summary>
|
| + The time spent to get audio data from the source. For WebRTC, it's the time
|
| + spent in WebRtcAudioRenderer::SourceCallback. Logged every function call,
|
| + which is every 10 ms.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Media.Audio.Render.GetSourceDataTimeMax.WebRTC"
|
| + units="microseconds">
|
| + <owner>grunell@chromium.org</owner>
|
| + <summary>
|
| + The maximum time spent to get audio data from the source during a session.
|
| + For WebRTC, it's the time spent in WebRtcAudioRenderer::SourceCallback. A
|
| + session is between Start() and Stop() of WebRtcAudioRenderer.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.Audio.Render.Glitches" units="glitches">
|
| <owner>tommi@chromium.org</owner>
|
| <summary>
|
| @@ -66251,6 +66271,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram name="WebRTC.AudioRenderTimes" units="ms">
|
| + <obsolete>
|
| + Deprecated as of Aug 2016, replaced by
|
| + Media.Audio.Render.GetSourceDataTime.WebRTC.
|
| + </obsolete>
|
| <owner>henrika@chromium.org</owner>
|
| <summary>
|
| Measures the time spent in WebRtcAudioRenderer::SourceCallback. Sampled 10
|
|
|