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

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

Issue 669793003: QUIC - Added histogram to track how often chrome sends/receives (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@disk_cache_rtt_fix
Patch Set: Created 6 years, 2 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_connection_logger.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 8f9951027fcfab529a91aba50711e21071db6ccc..be6483dc82abc40968691285afe500fe9fd9858b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17391,6 +17391,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.QuicSession.FlowControlBlockedFrame"
+ enum="QuicBlockedFrameType">
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ Keeps track of number of flow-control BLOCKED frames chrome either sends or
Alexei Svitkine (slow) 2014/10/21 14:51:52 Nit: Chrome ... or maybe just not mention the prod
ramant (doing other things) 2014/10/21 17:23:50 Done.
+ receives.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.HandshakeConfirmedTime" units="Milliseconds">
<owner>rch@chromium.org</owner>
<summary>
@@ -50554,6 +50563,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="7" label="Address and port match: IPv6 IPv6"/>
</enum>
+<enum name="QuicBlockedFrameType" type="int">
+ <int value="0" label="Received"/>
+ <int value="1" label="Sent"/>
+</enum>
+
<enum name="QuicDiskCacheEntryState" type="int">
<int value="0" label="Opened"/>
<int value="1" label="Closed"/>
« no previous file with comments | « net/quic/quic_connection_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698