summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorszym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 20:51:03 +0000
committerszym@chromium.org <szym@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-10 20:51:03 +0000
commit0df3cac49356a926cf616f010e29597a62532c71 (patch)
tree1a7b3c6eb229eedf470b1a6b0c7a771bf8e0b82a /tools
parent340f55d7cd069255b3e76c4b7921a56fcc087d32 (diff)
downloadchromium_src-0df3cac49356a926cf616f010e29597a62532c71.zip
chromium_src-0df3cac49356a926cf616f010e29597a62532c71.tar.gz
chromium_src-0df3cac49356a926cf616f010e29597a62532c71.tar.bz2
Add missing Net.IPv6Connect histograms to histograms.xml.
Review URL: https://chromiumcodereview.appspot.com/15780021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics/histograms/histograms.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 963bb40..e54dabf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4458,6 +4458,24 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.IPv6ConnectDuration" units="milliseconds">
+ <summary>Duration of time spent during the UDP-connect IPv6 probe.</summary>
+</histogram>
+
+<histogram name="Net.IPv6ConnectFailureMatch" enum="BooleanSuccess">
+ <summary>
+ Whether the the interface-enumeration IPv6 probe method failed given that
+ the UDP-connect IPV6 probe failed.
+ </summary>
+</histogram>
+
+<histogram name="Net.IPv6ConnectSuccessMatch" enum="BooleanSuccess">
+ <summary>
+ Whether the the interface-enumeration IPv6 probe method was successful given
+ that the UDP-connect IPV6 probe was successful.
+ </summary>
+</histogram>
+
<histogram name="Net.IPv6Status" enum="IPV6ProbeResult">
<summary>The probe results when a test for IPv6 support is done.</summary>
</histogram>