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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 700523002: Add UMA metrics for the initial (after two seconds) packet loss and bandwidth estimate of a WebRTC … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add period Created 6 years, 1 month 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 | « no previous file | 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 86771ccd57d46155d4c37aad0f1c259f8212b94c..19f1e79d4fae16b9ac00f55e3102596cf3d8c28b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38970,6 +38970,25 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="WebRTC.BWE.InitialBandwidthEstimate" units="kbits/s">
+ <owner>holmer@chromium.org</owner>
+ <summary>The bandwidth estimate 2 seconds into a WebRTC call.</summary>
+</histogram>
+
+<histogram name="WebRTC.BWE.InitiallyLostPackets" units="packets">
+ <owner>holmer@chromium.org</owner>
+ <summary>
+ The number of video packets lost durig the first 2 seconds in a WebRTC call.
+ </summary>
+</histogram>
+
+<histogram name="WebRTC.BWE.InitialRtt" units="ms">
+ <owner>holmer@chromium.org</owner>
+ <summary>
+ The round-trip time as measured 2 seconds into a WebRTC call.
+ </summary>
+</histogram>
+
<histogram name="WebRTC.DataChannelCounters" enum="DataChannelCounters">
<owner>perkj@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698