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

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

Side-by-side diff isn't available for this file because of its large size.
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 typo 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 32a5b064ae396bed2032680fb79c95e1bd869c49..2fb67b7af56e979a92fb5ff5f61fad2099783ea5 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 &gt;= 1 MiB. Excludes chunked
jwd 2016/06/28 15:35:12 Nit(/do I know how numbers work?): here it says >=
mmenke 2016/06/28 18:47:21 Heh. I pointed out that exact same issue on someo
+ uploads.
+ </summary>
+</histogram>
+
<histogram name="Net.IOError_SocketReuseType" enum="HttpSocketType">
<obsolete>
Deprecated 04/2016 as doesn't have data nor owner.
« net/socket/ssl_client_socket_impl.cc ('K') | « 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