| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 0f5c2c4e54dc52d5c3d392adc9f14d1ffd369e84..c86dd467f3c5205aac38a3c3fb19810cdef47fa9 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -30413,6 +30413,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.QuicSession.MinRTT" units="ms">
|
| + <owner>rch@chromium.org</owner>
|
| + <summary>
|
| + The minimum RTT observed during the life of a QUIC connection.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.QuicSession.MtuProbesSent">
|
| <owner>rch@chromium.org</owner>
|
| <summary>
|
| @@ -30611,6 +30618,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.QuicSession.SmoothedRTT" units="ms">
|
| + <owner>rch@chromium.org</owner>
|
| + <summary>
|
| + The final smoothed RTT observed during the life of a QUIC connection.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.QuicSession.StreamCloseErrorCodeClient.HandshakeConfirmed"
|
| enum="QuicErrorCodes">
|
| <owner>rch@chromium.org</owner>
|
|
|