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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 183973021: Add metrics to track the duration of tracks received over a PeerConnection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 6 years, 9 months 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
« no previous file with comments | « ipc/ipc_message_start.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 75db9493100673463f7c29eae0ff58b992094402..df5a6439d9cfc5a44a85ebd9a9fca0681105ca1b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24484,6 +24484,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
« no previous file with comments | « ipc/ipc_message_start.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698