| 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"
|
|
|