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

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: Now logging in browser process. 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
« ipc/ipc_message_start.h ('K') | « 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 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
« ipc/ipc_message_start.h ('K') | « ipc/ipc_message_start.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698