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

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

Issue 1467233002: Add histograms for WebRTC estimated bitrate and pacer bitrate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 b4f77cb3bd008baa95658385455fdfdc7b0609ab..1454f1917be2622e90fb4b9a3e855ed58de776d8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52861,6 +52861,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebRTC.Call.EstimatedSendBitrateInKbps" units="kbits/s">
+ <owner>holmer@chromium.org</owner>
+ <summary>
+ Average estimated send bitrate during a call, counted from first packet sent
+ until Call instance is destroyed. Only mesured for calls that are at least
+ 10 seconds long.
+ </summary>
+</histogram>
+
+<histogram name="WebRTC.Call.PacerBitrateInKbps" units="kbits/s">
+ <owner>holmer@chromium.org</owner>
+ <summary>
+ Average pacer bitrate during a call, counted from first packet sent until
+ Call instance is destroyed. Only mesured for calls that are at least 10
+ seconds long.
+ </summary>
+</histogram>
+
<histogram name="WebRTC.Call.RtcpBitrateReceivedInBps" units="bits/s">
<owner>holmer@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