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

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

Issue 15950009: Add histograms for tracking the number of client hellos send. This will let us understand how frequ… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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:
View side-by-side diff with in-line comments
Download patch
« net/quic/quic_client_session.cc ('K') | « 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 fdb429b3ad5bbc019babb89278af80c79c6cbfb5..8ec58cd3ae573e909966cc966ba40209a5d55b23 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3665,6 +3665,27 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Net.QuicCryptoHandshakeConfirmed">
+ <summary>
+ True if the QUIC crypto handshake was confirmed by the server.
+ </summary>
+</histogram>
+
+<histogram name="Net.QuicCryptoHandshakeConfirmedNumSentClientHellos">
+ <summary>
+ The number of client hello messages sent when the crypto handshake was
+ confirmed.
+ </summary>
+</histogram>
+
+<histogram name="Net.QuicEncryptionEstablished">
+ <summary>True if the QUIC crypto handshake established encryption.</summary>
+</histogram>
+
+<histogram name="Net.QuicNumSentClientHellos">
+ <summary>The number of client hello messages sent.</summary>
+</histogram>
+
<histogram name="Net.RenegotiationExtensionSupported">
<summary>
True if the HTTP request was sent to a server which supports the TLS
« net/quic/quic_client_session.cc ('K') | « net/quic/quic_client_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698