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

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: fix comments 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
« no previous file with comments | « 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 1cfa48fbc4b33e07a84cddffee94218413878b39..b7d7b169141592815b5215e114ffb7293a303ee2 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
« no previous file with comments | « net/quic/quic_stream_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698