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

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: Remove the tracking of previous ice gathering state. 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/webrtc/mock_peer_connection_dependency_factory.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 72efdaf7b2c467c8c0375551eb97802cade840dc..3a91403c247cef360657191d4ff1bf323482c18d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37895,6 +37895,15 @@ 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 local Candidates gathered in a PeerConnection Session once
+ the ICE address gathering process reaches the Completed status. To avoid
+ miscounting, this only includes the first m line's first component.
+ </summary>
+</histogram>
+
<histogram name="WebRTC.PeerConnection.IPv6Interfaces">
<owner>mallinath@chromium.org</owner>
<summary>
@@ -37902,6 +37911,15 @@ 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 local Candidates gathered in a PeerConnection Session once
+ the ICE address gathering process reaches the Completed status. To avoid
+ miscounting, this only includes the first m line's first component.
+ </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/webrtc/mock_peer_connection_dependency_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698