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> |