Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 32a5b064ae396bed2032680fb79c95e1bd869c49..ceb2dee6e47fb5f829203349867fd5eaac0e3fd2 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -27272,6 +27272,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 |
+ upload. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.IOError_SocketReuseType" enum="HttpSocketType"> |
<obsolete> |
Deprecated 04/2016 as doesn't have data nor owner. |