| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index f1e3d04e3c5d03b1305096ebbf1967cbf1fad0f1..1d06cd511c9b535e61c98cf4db81c63d53453a5b 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -28505,6 +28505,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.HttpTimeToFirstByte.LargeUpload" units="ms">
|
| + <owner>mmenke@chromium.org</owner>
|
| + <summary>
|
| + Time from when an HTTP request is issued to when the first byte is
|
| + processed, for requests with an upload that is > 1 MiB. Excludes chunked
|
| + uploads.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.IOError_SocketReuseType" enum="HttpSocketType">
|
| <obsolete>
|
| Deprecated 04/2016 as doesn't have data nor owner.
|
|
|