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

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

Issue 600163004: Add two UMA counters for IPv4 and IPv6 local candidates gathered in WebRTC PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « content/renderer/media/rtc_peer_connection_handler.cc ('k') | 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 f0257e013c070360fcffaa1c503d9b2df5189d8f..e43210ae1c59ddcf2cac9dc7125343e4c9e15c4d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37844,6 +37844,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="WebRTC.PeerConnection.IPv4LocalCandidates">
+ <owner>guoweis@chromium.org</owner>
+ <summary>
+ Number of IPv4 Candidates gathered in a PeerConnection Session.
Alexei Svitkine (slow) 2014/09/25 15:10:52 Please mention when this is logged, same for the o
+ </summary>
+</histogram>
+
<histogram name="WebRTC.PeerConnection.IPv6Interfaces">
<owner>mallinath@chromium.org</owner>
<summary>
@@ -37851,6 +37858,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="WebRTC.PeerConnection.IPv6LocalCandidates">
+ <owner>guoweis@chromium.org</owner>
+ <summary>
+ Number of IPv6 Candidates gathered in a PeerConnection Session.
+ </summary>
+</histogram>
+
<histogram name="WebRTC.PeerConnection.TimeToConnect" units="milliseconds">
<owner>mallinath@chromium.org</owner>
<summary>Time to setup a peer to peer call with PeerConnection.</summary>
« no previous file with comments | « content/renderer/media/rtc_peer_connection_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698