| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a96e994d642d164532ea795b2440dc2a7e53abec..a0434a4c0bebc98b64da12cfe92ea7a1ddb31960 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -23537,6 +23537,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.TcpRtt.AtDisconnect" units="milliseconds">
|
| + <owner>bmcquade@chromium.org</owner>
|
| + <summary>
|
| + The kernel's estimated TCP round trip time. Recorded for each TCP socket, at
|
| + the time it is disconnected.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.TCPSocketType" enum="HttpSocketType">
|
| <obsolete>
|
| Was only used for HTTP[S] connections, renamed to Net.HTTPSocketType.
|
|
|