| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 89bf3853bb5a77e2e4b8bcbca47bc0e5817d902a..29c6fa22fe5b3111840af07c6dad326d86c080a2 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -24356,6 +24356,22 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="WebRTC.ReceivedAudioTrackDuration" units="milliseconds">
|
| + <summary>
|
| + Durations of audio tracks received over a PeerConnection. This metric is
|
| + generated based on the lifetime of an observer added for all received tracks
|
| + by content::RemoteMediaStreamImpl.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="WebRTC.ReceivedVideoTrackDuration" units="milliseconds">
|
| + <summary>
|
| + Durations of video tracks received over a PeerConnection. This metric is
|
| + generated based on the lifetime of an observer added for all received tracks
|
| + by content::RemoteMediaStreamImpl.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="WebRTC.ReliableDataChannelMessageSize" units="bytes">
|
| <summary>
|
| Sizes of messages sent over reliable data channels. The size of an
|
|
|