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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 502243002: Adding histogram to count number of RTTs for handshake when confirmation is required. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed suffix name. 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 | « net/quic/quic_client_session.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 ce6325a46fa61b12806f60dc300e2f5b404b4a8b..d9b081c6aaacafe0add1ca8f2e773a377cb81d69 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16164,6 +16164,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>The IP Address family of this connection, as seen locally.</summary>
</histogram>
+<histogram name="Net.QuicSession.ConnectRandomPortRequiringConfirmation"
+ units="RTTs">
+ <owner>jri@chromium.org</owner>
+ <summary>
+ Samples of the number of round-trips needed by a QUIC connection before a
+ request could be sent by the client, when handshake confirmation was
+ required. (The operating system randomly selected a source port for the
+ connection.)
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.CreationError" enum="QuicSessionErrorCodes">
<owner>jar@chromium.org</owner>
<owner>rch@chromium.org</owner>
@@ -54149,6 +54160,17 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="ShortcutsProvider.QueryIndexTime"/>
</histogram_suffixes>
+<histogram_suffixes name="QuicConnectionType" separator="">
+ <owner>rch@chromium.org</owner>
+ <suffix name="ForHTTP" label="Only insecure HTTP connections are counted."/>
+ <suffix name="ForHTTPS" label="Only secure HTTPS connections are counted."/>
+ <affected-histogram name="Net.QuicSession.ConnectRandomPort"/>
+ <affected-histogram
+ name="Net.QuicSession.ConnectRandomPortRequiringConfirmation"/>
+ <affected-histogram name="Net.QuicSession.ConnectSelectPort"/>
+ <affected-histogram name="Net.QuicSession.HandshakeRoundTrips"/>
+</histogram_suffixes>
+
<histogram_suffixes name="QuicPortSelection" separator="">
<owner>rch@chromium.org</owner>
<suffix name="SelectPort"
@@ -54160,15 +54182,6 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Net.QuicSession.Connect"/>
</histogram_suffixes>
-<histogram_suffixes name="QuicRttCount" separator="">
- <owner>rch@chromium.org</owner>
- <suffix name="ForHTTP" label="Only insecure HTTP connections are counted."/>
- <suffix name="ForHTTPS" label="Only secure HTTPS connections are counted."/>
- <affected-histogram name="Net.QuicSession.ConnectRandomPort"/>
- <affected-histogram name="Net.QuicSession.ConnectSelectPort"/>
- <affected-histogram name="Net.QuicSession.HandshakeRoundTrips"/>
-</histogram_suffixes>
-
<histogram_suffixes name="RemoteProcessWarmStartFast" separator="">
<suffix name="" label="Normal start."/>
<suffix name="Fast"
« no previous file with comments | « net/quic/quic_client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698