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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 318143002: Add a new histogram Net.QuicSession.HandshakeConfirmedTime which tracks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comments Created 6 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
« no previous file with comments | « net/quic/quic_client_session.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 e14c4bf513bd7beff902be60f037fb31f90c0f1c..e6aa071dd25645830f5d1d3be5e06a6cf839981f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13734,6 +13734,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicSession.HandshakeConfirmedTime" units="Milliseconds">
+ <owner>rch@chromium.org</owner>
+ <summary>
+ The elapsed time between starting the crypto handshake, and receiving
+ confirmation from the server.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.HandshakeRoundTrips" units="RTTs">
<obsolete>
see Net.QuicSession.Connect*PortForHTTP*
« no previous file with comments | « net/quic/quic_client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698