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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1063483002: Rename Net.QuicSession.TooManyOpenStream -> Net.QuicSession.TooManyOpenStreams (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update .xml Created 5 years, 8 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 98be29cefe59e1a83d403a6e1fd2beb066e5c632..f06878c5a7bdcdc82713ecefe94ad59f451cc6c1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20186,6 +20186,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicSession.TooManyOpenStream" enum="BooleanTooMany">
+ <owner>rch@chromium.org</owner>
+ <obsolete>
+ Deprecated 04/2015. Tracked as Net.QuicSession.TooManyOpenStreams.
+ </obsolete>
+ <summary>
+ True if more than 100 streams are open when a new stream is activated.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.TooManyOpenStreams" enum="BooleanTooMany">
<owner>rch@chromium.org</owner>
<summary>
« 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