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

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

Issue 615213002: Add new QUIC error codes to histograms.xml. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | 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 fa0f0b9357fec88badb464c824e63b5c217b5407..417a09eb81e02fbb8146a3f82b02c4361da0ebb3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49800,6 +49800,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="60" label="INVALID_STOP_WAITING_DATA"/>
<int value="61" label="UNENCRYPTED_STREAM_DATA"/>
<int value="62" label="CONNECTION_IP_POOLED"/>
+ <int value="63" label="FLOW_CONTROL_SENT_TOO_MUCH_DATA"/>
+ <int value="64" label="FLOW_CONTROL_INVALID_WINDOW"/>
+ <int value="65" label="CRYPTO_UPDATE_BEFORE_HANDSHAKE_COMPLETE"/>
+ <int value="66" label="TOO_MANY_UNFINISHED_STREAMS"/>
+ <int value="67" label="CONNECTION_OVERALL_TIMED_OUT"/>
</enum>
<enum name="QuicHandshakeFailureReason" type="int">
@@ -49948,6 +49953,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="4" label="CONNECTION_ERROR"/>
<int value="5" label="PEER_GOING_AWAY"/>
<int value="6" label="CANCELLED"/>
+ <int value="7" label="RST_FLOW_CONTROL_ACCOUNTING"/>
</enum>
<enum name="QuicServerConfigState" type="int">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698