OLD | NEW |
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 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1994 | 1994 |
1995 <histogram name="Net.SpdySession.BytesRead.OtherErrors" units="bytes"> | 1995 <histogram name="Net.SpdySession.BytesRead.OtherErrors" units="bytes"> |
1996 <summary> | 1996 <summary> |
1997 Total number of bytes recevied per session before closing session due to an | 1997 Total number of bytes recevied per session before closing session due to an |
1998 error during read. | 1998 error during read. |
1999 </summary> | 1999 </summary> |
2000 </histogram> | 2000 </histogram> |
2001 | 2001 |
2002 <histogram name="Net.SpdySessionErrorDetails" enum="SpdyProtocolErrorDetails" | 2002 <histogram name="Net.SpdySessionErrorDetails" enum="SpdyProtocolErrorDetails" |
2003 units="count"> | 2003 units="count"> |
| 2004 <obsolete> |
| 2005 Replaced by SpdySessionErrorDetails2 on 2013-04-19. |
| 2006 </obsolete> |
| 2007 <summary>The type of SPDY Protocol error encountered.</summary> |
| 2008 </histogram> |
| 2009 |
| 2010 <histogram name="Net.SpdySessionErrorDetails2" enum="SpdyProtocolErrorDetails2" |
| 2011 units="count"> |
2004 <summary>The type of SPDY Protocol error encountered.</summary> | 2012 <summary>The type of SPDY Protocol error encountered.</summary> |
2005 </histogram> | 2013 </histogram> |
2006 | 2014 |
2007 <histogram name="Net.SpdySessionErrorDetails_Google" | 2015 <histogram name="Net.SpdySessionErrorDetails_Google" |
2008 enum="SpdyProtocolErrorDetails" units="count"> | 2016 enum="SpdyProtocolErrorDetails" units="count"> |
| 2017 <obsolete> |
| 2018 Replaced by SpdySessionErrorDetails_Google2 on 2013-04-19. |
| 2019 </obsolete> |
2009 <summary> | 2020 <summary> |
2010 The type of SPDY Protocol error encountered when talking to a google.com | 2021 The type of SPDY Protocol error encountered when talking to a google.com |
2011 server. | 2022 server. |
| 2023 </summary> |
| 2024 </histogram> |
| 2025 |
| 2026 <histogram name="Net.SpdySessionErrorDetails_Google2" |
| 2027 enum="SpdyProtocolErrorDetails2" units="count"> |
| 2028 <summary> |
| 2029 The type of SPDY Protocol error encountered when talking to a google.com |
| 2030 server. |
2012 </summary> | 2031 </summary> |
2013 </histogram> | 2032 </histogram> |
2014 | 2033 |
2015 <histogram name="Net.SpdySessionGet" enum="SpdySessionGet" units="count"> | 2034 <histogram name="Net.SpdySessionGet" enum="SpdySessionGet" units="count"> |
2016 <summary>The type of SPDY Session used when looking up a session.</summary> | 2035 <summary>The type of SPDY Session used when looking up a session.</summary> |
2017 </histogram> | 2036 </histogram> |
2018 | 2037 |
2019 <histogram name="Net.SpdySessionGetPeerAddressNotConnected" | 2038 <histogram name="Net.SpdySessionGetPeerAddressNotConnected" |
2020 enum="BooleanSuccess"> | 2039 enum="BooleanSuccess"> |
2021 <summary> | 2040 <summary> |
(...skipping 3759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5781 <int value="709" label="PKCS12_IMPORT_UNSUPPORTED"/> | 5800 <int value="709" label="PKCS12_IMPORT_UNSUPPORTED"/> |
5782 <int value="710" label="KEY_GENERATION_FAILED"/> | 5801 <int value="710" label="KEY_GENERATION_FAILED"/> |
5783 <int value="711" label="ORIGIN_BOUND_CERT_GENERATION_FAILED"/> | 5802 <int value="711" label="ORIGIN_BOUND_CERT_GENERATION_FAILED"/> |
5784 <int value="712" label="PRIVATE_KEY_EXPORT_FAILED"/> | 5803 <int value="712" label="PRIVATE_KEY_EXPORT_FAILED"/> |
5785 <int value="800" label="DNS_MALFORMED_RESPONSE"/> | 5804 <int value="800" label="DNS_MALFORMED_RESPONSE"/> |
5786 <int value="801" label="DNS_SERVER_REQUIRES_TCP"/> | 5805 <int value="801" label="DNS_SERVER_REQUIRES_TCP"/> |
5787 <int value="802" label="DNS_SERVER_FAILED"/> | 5806 <int value="802" label="DNS_SERVER_FAILED"/> |
5788 <int value="803" label="DNS_TIMED_OUT"/> | 5807 <int value="803" label="DNS_TIMED_OUT"/> |
5789 <int value="804" label="DNS_CACHE_MISS"/> | 5808 <int value="804" label="DNS_CACHE_MISS"/> |
5790 <int value="805" label="DNS_SEARCH_EMPTY"/> | 5809 <int value="805" label="DNS_SEARCH_EMPTY"/> |
| 5810 <int value="806" label="DNS_SORT_ERROR"/> |
5791 </enum> | 5811 </enum> |
5792 | 5812 |
5793 <enum name="NetPreconnectUtilization" type="int"> | 5813 <enum name="NetPreconnectUtilization" type="int"> |
5794 <int value="0" label="non-speculative, never connected"/> | 5814 <int value="0" label="non-speculative, never connected"/> |
5795 <int value="1" label="non-speculative, never used"/> | 5815 <int value="1" label="non-speculative, never used"/> |
5796 <int value="2" label="non-speculative and used"/> | 5816 <int value="2" label="non-speculative and used"/> |
5797 <int value="3" label="omnibox never connected"/> | 5817 <int value="3" label="omnibox never connected"/> |
5798 <int value="4" label="omnibox never used"/> | 5818 <int value="4" label="omnibox never used"/> |
5799 <int value="5" label="omnibox and used"/> | 5819 <int value="5" label="omnibox and used"/> |
5800 <int value="6" label="subresource never connected"/> | 5820 <int value="6" label="subresource never connected"/> |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6096 <int value="1" label="Send stalled by stream"/> | 6116 <int value="1" label="Send stalled by stream"/> |
6097 <int value="2" label="Send stalled by session"/> | 6117 <int value="2" label="Send stalled by session"/> |
6098 <int value="3" label="Send stalled by stream and session"/> | 6118 <int value="3" label="Send stalled by stream and session"/> |
6099 </enum> | 6119 </enum> |
6100 | 6120 |
6101 <enum name="SpdyIPPoolDomainMatch" type="int"> | 6121 <enum name="SpdyIPPoolDomainMatch" type="int"> |
6102 <int value="0" label="mismatch"/> | 6122 <int value="0" label="mismatch"/> |
6103 <int value="1" label="match"/> | 6123 <int value="1" label="match"/> |
6104 </enum> | 6124 </enum> |
6105 | 6125 |
| 6126 <!-- Replaced by SpdyProtocolErrorDetails2 on 2013-04-19. --> |
| 6127 |
6106 <enum name="SpdyProtocolErrorDetails" type="int"> | 6128 <enum name="SpdyProtocolErrorDetails" type="int"> |
6107 <int value="0" label="No error"/> | 6129 <int value="0" label="No error"/> |
6108 <int value="1" label="Invalid Control Frame"/> | 6130 <int value="1" label="Invalid Control Frame"/> |
6109 <int value="2" label="Control Frame Payload Too Large"/> | 6131 <int value="2" label="Control Frame Payload Too Large"/> |
6110 <int value="3" label="Zlib Init Failure"/> | 6132 <int value="3" label="Zlib Init Failure"/> |
6111 <int value="4" label="Unsupported Version"/> | 6133 <int value="4" label="Unsupported Version"/> |
6112 <int value="5" label="Decompress Failure"/> | 6134 <int value="5" label="Decompress Failure"/> |
6113 <int value="6" label="Compress Failure"/> | 6135 <int value="6" label="Compress Failure"/> |
6114 <int value="7" label="Credential Frame Corrupt"/> | 6136 <int value="7" label="Credential Frame Corrupt"/> |
6115 <int value="8" label="Invalid Data Frame Flags"/> | 6137 <int value="8" label="Invalid Data Frame Flags"/> |
| 6138 <!-- r181910 added an enum value here, so don't trust the counts for |
| 6139 the values below for Chrome builds after that revision. --> |
| 6140 |
6116 <int value="9" label="Invalid Status Code"/> | 6141 <int value="9" label="Invalid Status Code"/> |
6117 <int value="10" label="Protocol Error"/> | 6142 <int value="10" label="Protocol Error"/> |
6118 <int value="11" label="Invalid Stream"/> | 6143 <int value="11" label="Invalid Stream"/> |
6119 <int value="12" label="Refused Stream"/> | 6144 <int value="12" label="Refused Stream"/> |
6120 <int value="13" label="Unsupported Version"/> | 6145 <int value="13" label="Unsupported Version"/> |
6121 <int value="14" label="Cancel"/> | 6146 <int value="14" label="Cancel"/> |
6122 <int value="15" label="Internal Error"/> | 6147 <int value="15" label="Internal Error"/> |
6123 <int value="16" label="Flow Control Error"/> | 6148 <int value="16" label="Flow Control Error"/> |
6124 <int value="17" label="Stream In Use"/> | 6149 <int value="17" label="Stream In Use"/> |
6125 <int value="18" label="Stream Already Closed"/> | 6150 <int value="18" label="Stream Already Closed"/> |
6126 <int value="19" label="Invalid Credentials"/> | 6151 <int value="19" label="Invalid Credentials"/> |
6127 <int value="20" label="Frame Too Large"/> | 6152 <int value="20" label="Frame Too Large"/> |
6128 <int value="21" label="Unexpected Ping"/> | 6153 <int value="21" label="Unexpected Ping"/> |
6129 <int value="22" label="Rst Stream For Non Active Stream"/> | 6154 <int value="22" label="Rst Stream For Non Active Stream"/> |
6130 <int value="23" label="Spdy Compression Failure"/> | 6155 <int value="23" label="Spdy Compression Failure"/> |
6131 <int value="24" label="Request For Secure Content Over Insecure Session"/> | 6156 <int value="24" label="Request For Secure Content Over Insecure Session"/> |
6132 <int value="25" label="Protocol Error Syn Reply Not Received"/> | 6157 <int value="25" label="Protocol Error Syn Reply Not Received"/> |
6133 <int value="26" label="Num Spdy Protocol Error Details"/> | 6158 <int value="26" label="Num Spdy Protocol Error Details"/> |
6134 </enum> | 6159 </enum> |
6135 | 6160 |
| 6161 <enum name="SpdyProtocolErrorDetails2" type="int"> |
| 6162 <!-- SpdyFramer::SpdyErrors --> |
| 6163 |
| 6164 <int value="0" label="No error"/> |
| 6165 <int value="1" label="Invalid Control Frame"/> |
| 6166 <int value="2" label="Control Frame Payload Too Large"/> |
| 6167 <int value="3" label="Zlib Init Failure"/> |
| 6168 <int value="4" label="Unsupported Version"/> |
| 6169 <int value="5" label="Decompress Failure"/> |
| 6170 <int value="6" label="Compress Failure"/> |
| 6171 <int value="7" label="Credential Frame Corrupt"/> |
| 6172 <int value="8" label="Invalid Data Frame Flags"/> |
| 6173 <int value="9" label="Invalid Control Frame Flags"/> |
| 6174 <!-- SpdyRstStreamStatus --> |
| 6175 |
| 6176 <int value="10" label="(Unused)"/> |
| 6177 <int value="11" label="Protocol Error"/> |
| 6178 <int value="12" label="Invalid Stream"/> |
| 6179 <int value="13" label="Refused Stream"/> |
| 6180 <int value="14" label="Unsupported Version"/> |
| 6181 <int value="15" label="Cancel"/> |
| 6182 <int value="16" label="Internal Error"/> |
| 6183 <int value="17" label="Flow Control Error"/> |
| 6184 <int value="18" label="Stream In Use"/> |
| 6185 <int value="19" label="Stream Already Closed"/> |
| 6186 <int value="20" label="Invalid Credentials"/> |
| 6187 <int value="21" label="Frame Too Large"/> |
| 6188 <!-- SpdySession errors --> |
| 6189 |
| 6190 <int value="22" label="Unexpected Ping"/> |
| 6191 <int value="23" label="Rst Stream For Non Active Stream"/> |
| 6192 <int value="24" label="Spdy Compression Failure"/> |
| 6193 <int value="25" label="Request For Secure Content Over Insecure Session"/> |
| 6194 <int value="26" label="Syn Reply Not Received"/> |
| 6195 <int value="27" label="Invalid Window Update Size"/> |
| 6196 <int value="28" label="Receive Window Size Violation"/> |
| 6197 <int value="29" label="(Unused)"/> |
| 6198 </enum> |
| 6199 |
6136 <enum name="SpdySessionGet" type="int"> | 6200 <enum name="SpdySessionGet" type="int"> |
6137 <int value="0" label="created new"/> | 6201 <int value="0" label="created new"/> |
6138 <int value="1" label="found existing"/> | 6202 <int value="1" label="found existing"/> |
6139 <int value="2" label="found existing from IP Pool"/> | 6203 <int value="2" label="found existing from IP Pool"/> |
6140 <int value="3" label="imported from socket"/> | 6204 <int value="3" label="imported from socket"/> |
6141 </enum> | 6205 </enum> |
6142 | 6206 |
6143 <enum name="SpdySettingsReceived" type="int"> | 6207 <enum name="SpdySettingsReceived" type="int"> |
6144 <int value="0" label="not received"/> | 6208 <int value="0" label="not received"/> |
6145 <int value="1" label="received"/> | 6209 <int value="1" label="received"/> |
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7259 <fieldtrial name="SSLResumption"> | 7323 <fieldtrial name="SSLResumption"> |
7260 <group name="Resume_Handshake" label="Session Resumption"/> | 7324 <group name="Resume_Handshake" label="Session Resumption"/> |
7261 <group name="Full_Handshake" label="Full"/> | 7325 <group name="Full_Handshake" label="Full"/> |
7262 <affected-histogram name="Net.SSL_Connection_Latency"/> | 7326 <affected-histogram name="Net.SSL_Connection_Latency"/> |
7263 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 7327 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
7264 </fieldtrial> | 7328 </fieldtrial> |
7265 | 7329 |
7266 </fieldtrials> | 7330 </fieldtrials> |
7267 | 7331 |
7268 </histogram-configuration> | 7332 </histogram-configuration> |
OLD | NEW |