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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 14348012: [SPDY] Close SPDY sessions on session flow control errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, fix bug 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/spdy/spdy_stream.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 4743 matching lines...) Expand 10 before | Expand all | Expand 10 after
4754 <int value="709" label="PKCS12_IMPORT_UNSUPPORTED"/> 4754 <int value="709" label="PKCS12_IMPORT_UNSUPPORTED"/>
4755 <int value="710" label="KEY_GENERATION_FAILED"/> 4755 <int value="710" label="KEY_GENERATION_FAILED"/>
4756 <int value="711" label="ORIGIN_BOUND_CERT_GENERATION_FAILED"/> 4756 <int value="711" label="ORIGIN_BOUND_CERT_GENERATION_FAILED"/>
4757 <int value="712" label="PRIVATE_KEY_EXPORT_FAILED"/> 4757 <int value="712" label="PRIVATE_KEY_EXPORT_FAILED"/>
4758 <int value="800" label="DNS_MALFORMED_RESPONSE"/> 4758 <int value="800" label="DNS_MALFORMED_RESPONSE"/>
4759 <int value="801" label="DNS_SERVER_REQUIRES_TCP"/> 4759 <int value="801" label="DNS_SERVER_REQUIRES_TCP"/>
4760 <int value="802" label="DNS_SERVER_FAILED"/> 4760 <int value="802" label="DNS_SERVER_FAILED"/>
4761 <int value="803" label="DNS_TIMED_OUT"/> 4761 <int value="803" label="DNS_TIMED_OUT"/>
4762 <int value="804" label="DNS_CACHE_MISS"/> 4762 <int value="804" label="DNS_CACHE_MISS"/>
4763 <int value="805" label="DNS_SEARCH_EMPTY"/> 4763 <int value="805" label="DNS_SEARCH_EMPTY"/>
4764 <int value="806" label="DNS_SORT_ERROR"/>
4764 </enum> 4765 </enum>
4765 4766
4766 <enum name="NetPreconnectUtilization" type="int"> 4767 <enum name="NetPreconnectUtilization" type="int">
4767 <int value="0" label="non-speculative, never connected"/> 4768 <int value="0" label="non-speculative, never connected"/>
4768 <int value="1" label="non-speculative, never used"/> 4769 <int value="1" label="non-speculative, never used"/>
4769 <int value="2" label="non-speculative and used"/> 4770 <int value="2" label="non-speculative and used"/>
4770 <int value="3" label="omnibox never connected"/> 4771 <int value="3" label="omnibox never connected"/>
4771 <int value="4" label="omnibox never used"/> 4772 <int value="4" label="omnibox never used"/>
4772 <int value="5" label="omnibox and used"/> 4773 <int value="5" label="omnibox and used"/>
4773 <int value="6" label="subresource never connected"/> 4774 <int value="6" label="subresource never connected"/>
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
5063 <int value="1" label="ws"/> 5064 <int value="1" label="ws"/>
5064 <int value="2" label="wss"/> 5065 <int value="2" label="wss"/>
5065 </enum> 5066 </enum>
5066 5067
5067 <enum name="SpdyIPPoolDomainMatch" type="int"> 5068 <enum name="SpdyIPPoolDomainMatch" type="int">
5068 <int value="0" label="mismatch"/> 5069 <int value="0" label="mismatch"/>
5069 <int value="1" label="match"/> 5070 <int value="1" label="match"/>
5070 </enum> 5071 </enum>
5071 5072
5072 <enum name="SpdyProtocolErrorDetails" type="int"> 5073 <enum name="SpdyProtocolErrorDetails" type="int">
5074 <!-- SpdyFramer::SpdyErrors -->
jar (doing other things) 2013/04/19 06:16:11 nit: I *think* these comments will be removed duri
akalin 2013/04/19 08:46:24 Nope, they were kept.
5075
5073 <int value="0" label="No error"/> 5076 <int value="0" label="No error"/>
5074 <int value="1" label="Invalid Control Frame"/> 5077 <int value="1" label="Invalid Control Frame"/>
5075 <int value="2" label="Control Frame Payload Too Large"/> 5078 <int value="2" label="Control Frame Payload Too Large"/>
5076 <int value="3" label="Zlib Init Failure"/> 5079 <int value="3" label="Zlib Init Failure"/>
5077 <int value="4" label="Unsupported Version"/> 5080 <int value="4" label="Unsupported Version"/>
5078 <int value="5" label="Decompress Failure"/> 5081 <int value="5" label="Decompress Failure"/>
5079 <int value="6" label="Compress Failure"/> 5082 <int value="6" label="Compress Failure"/>
5080 <int value="7" label="Credential Frame Corrupt"/> 5083 <int value="7" label="Credential Frame Corrupt"/>
5081 <int value="8" label="Invalid Data Frame Flags"/> 5084 <int value="8" label="Invalid Data Frame Flags"/>
5082 <int value="9" label="Invalid Status Code"/> 5085 <int value="9" label="Invalid Control Frame Flags"/>
5083 <int value="10" label="Protocol Error"/> 5086 <!-- SpdyRstStreamStatus -->
5084 <int value="11" label="Invalid Stream"/> 5087
5085 <int value="12" label="Refused Stream"/> 5088 <int value="10" label="(Unused)"/>
5086 <int value="13" label="Unsupported Version"/> 5089 <int value="11" label="Protocol Error"/>
jar (doing other things) 2013/04/19 06:16:11 Usually, when the enums change, best practice is t
akalin 2013/04/19 08:46:24 Done. Looks like I inadvertently changed the enums
5087 <int value="14" label="Cancel"/> 5090 <int value="12" label="Invalid Stream"/>
5088 <int value="15" label="Internal Error"/> 5091 <int value="13" label="Refused Stream"/>
5089 <int value="16" label="Flow Control Error"/> 5092 <int value="14" label="Unsupported Version"/>
5090 <int value="17" label="Stream In Use"/> 5093 <int value="15" label="Cancel"/>
5091 <int value="18" label="Stream Already Closed"/> 5094 <int value="16" label="Internal Error"/>
5092 <int value="19" label="Invalid Credentials"/> 5095 <int value="17" label="Flow Control Error"/>
5093 <int value="20" label="Frame Too Large"/> 5096 <int value="18" label="Stream In Use"/>
5094 <int value="21" label="Unexpected Ping"/> 5097 <int value="19" label="Stream Already Closed"/>
5095 <int value="22" label="Rst Stream For Non Active Stream"/> 5098 <int value="20" label="Invalid Credentials"/>
5096 <int value="23" label="Spdy Compression Failure"/> 5099 <int value="21" label="Frame Too Large"/>
5097 <int value="24" label="Request For Secure Content Over Insecure Session"/> 5100 <!-- SpdySession errors -->
5098 <int value="25" label="Protocol Error Syn Reply Not Received"/> 5101
5099 <int value="26" label="Num Spdy Protocol Error Details"/> 5102 <int value="22" label="Unexpected Ping"/>
5103 <int value="23" label="Rst Stream For Non Active Stream"/>
5104 <int value="24" label="Spdy Compression Failure"/>
5105 <int value="25" label="Request For Secure Content Over Insecure Session"/>
5106 <int value="26" label="Syn Reply Not Received"/>
5107 <int value="27" label="Invalid Window Update Size"/>
5108 <int value="28" label="Receive Window Size Violation"/>
5109 <int value="29" label="(Unused)"/>
5100 </enum> 5110 </enum>
5101 5111
5102 <enum name="SpdySessionGet" type="int"> 5112 <enum name="SpdySessionGet" type="int">
5103 <int value="0" label="created new"/> 5113 <int value="0" label="created new"/>
5104 <int value="1" label="found existing"/> 5114 <int value="1" label="found existing"/>
5105 <int value="2" label="found existing from IP Pool"/> 5115 <int value="2" label="found existing from IP Pool"/>
5106 <int value="3" label="imported from socket"/> 5116 <int value="3" label="imported from socket"/>
5107 </enum> 5117 </enum>
5108 5118
5109 <enum name="SpdySettingsReceived" type="int"> 5119 <enum name="SpdySettingsReceived" type="int">
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
5600 <fieldtrial name="SSLResumption"> 5610 <fieldtrial name="SSLResumption">
5601 <group name="Resume_Handshake" label="Session Resumption"/> 5611 <group name="Resume_Handshake" label="Session Resumption"/>
5602 <group name="Full_Handshake" label="Full"/> 5612 <group name="Full_Handshake" label="Full"/>
5603 <affected-histogram name="Net.SSL_Connection_Latency"/> 5613 <affected-histogram name="Net.SSL_Connection_Latency"/>
5604 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 5614 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
5605 </fieldtrial> 5615 </fieldtrial>
5606 5616
5607 </fieldtrials> 5617 </fieldtrials>
5608 5618
5609 </histogram-configuration> 5619 </histogram-configuration>
OLDNEW
« no previous file with comments | « net/spdy/spdy_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698