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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 183853028: Add a histogram to track the number of QUIC packets received by a QUIC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
« net/quic/quic_stream_factory.cc ('K') | « net/quic/quic_stream_factory.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 211ec6a4185185a22b1ce6945eecc753d7a619d8..8171f4cd41e63f020844d127e76e5550f67ee976 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10267,6 +10267,13 @@ other types of suffix sets.
<summary>The number of ports suggested per server.</summary>
</histogram>
+<histogram name="Net.QuicHandshakeNotConfirmedNumPacketsReceived">
+ <summary>
+ The number of QUIC packets received by a QUIC connection whose handshake was
+ not confirmed when that connection is closed.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicHandshakeState" enum="QuicHandshakeState">
<summary>
The state of a QUIC connection's crypto hanshake as it progresses from
« net/quic/quic_stream_factory.cc ('K') | « net/quic/quic_stream_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698