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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 307993011: QUIC - Added a histogram to count the number of current active sessions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added Net.QuicActiveSessions to histograms.xml 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_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 90097d909cc8f3eb1d8aeaef6a23de18bba0de74..4b3db15d92109dbade1dce567b96c9ee87b3eb9f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13506,6 +13506,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicActiveSessions">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The number of active QUIC sessions before we add a new QUIC session to
Ryan Hamilton 2014/06/02 17:10:51 how 'bout: "... before we activate a new QUIC sess
ramant (doing other things) 2014/06/02 17:16:28 Done.
+ active sessions.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicEphemeralPortsSuggested">
<owner>rch@chromium.org</owner>
<summary>The number of ports suggested per server.</summary>
« 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