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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 682813004: Adds a histogram to measure the difference between the bandwidth estimate at 2 seconds and 20 ... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected description 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 436c6c548cc436bfe52ed51362e556e46a92a51b..c79d2e4e85b6bfbde74749037b804e9592a2ec29 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39708,6 +39708,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="WebRTC.BWE.InitialVsConvergedDiff" units="kbits/s">
+ <owner>holmer@chromium.org</owner>
+ <summary>
+ The difference between the bandwidth estimate at 2 seconds and 20 seconds
+ into a WebRTC call, with a min at 0, which is supposed to capture the how
+ much the initial bandwidth estimate overshot the actual bandwidth available.
+ </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