Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2031)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2092563002: Set up field trials for SSL read/write buffer sizes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix NACL, merge Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 &gt; 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.
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698