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

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

Issue 13872016: [SPDY] Add histograms for flow control stalls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/spdy/spdy_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 e07bf1d13be3523f174466fa9a88debdd449bc25..8f4036a17124769e998df7bb14f7851b0340d073 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1929,6 +1929,20 @@ other types of suffix sets.
<summary>Time from when the Connect() starts until it completes.</summary>
</histogram>
+<histogram name="Net.SpdyDataFrameSendStalledBySession" enum="BooleanSuccess">
+ <summary>
+ Whether an attempt to send a data frame was stalled by the session flow
jar (doing other things) 2013/04/19 06:22:29 I'm not sure whether the enum value "success" mean
akalin 2013/04/19 08:21:15 Sounds good to me -- I wasn't sure of the best pra
+ control send window.
+ </summary>
+</histogram>
+
+<histogram name="Net.SpdyDataFrameSendStalledByStream" enum="BooleanSuccess">
+ <summary>
+ Whether an attempt to send a data frame was stalled by the stream flow
+ control send window.
+ </summary>
+</histogram>
+
<histogram name="Net.SpdyIPPoolDomainMatch" enum="SpdyIPPoolDomainMatch"
units="count">
<summary>
« no previous file with comments | « net/spdy/spdy_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698