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

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: Created 4 years, 6 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..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 &gt;= 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.
« 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