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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 274453004: Adds UMA histograms for WebRTC.DataChannelMaxRetransmits WebRTC.DataChannelMaxRetransmitTime. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 60629b636a2f08ac467b2815fedcadeb66560316..99f5c4456f34480a3c18ffa5d098bc3e04e8904f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30275,6 +30275,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="WebRTC.DataChannelMaxRetransmits">
+ <owner>perkj@chromium.org</owner>
+ <summary>
+ The maximum number of retransmissions that are attempted in unreliable mode.
+ It is set to the value used in the configuration when a RTCDataChannel is
+ created.
+ </summary>
+</histogram>
+
+<histogram name="WebRTC.DataChannelMaxRetransmitTime" units="milliseconds">
+ <owner>perkj@chromium.org</owner>
+ <summary>
+ The length of the time window during which transmissions and retransmissions
+ may occur in unreliable mode. It is set to the value used in the
+ configuration when a RTCDataChannel is created.
+ </summary>
+</histogram>
+
<histogram name="WebRTC.DesktopCaptureCounters" enum="DesktopCaptureCounters">
<owner>jiayl@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698