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 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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> | 2004 <obsolete> |
2005 Replaced by SpdySessionErrorDetails2 on 2013-04-19. | 2005 Replaced by SpdySessionErrorDetails2 on 2013-04-19. |
2006 </obsolete> | 2006 </obsolete> |
2007 <summary>The type of SPDY Protocol error encountered.</summary> | 2007 <summary> |
| 2008 WARNING: r181910 added an enum value in the middle, so don't trust the |
| 2009 counts for values 9 and above for Chrome builds after that revision. |
| 2010 |
| 2011 The type of SPDY Protocol error encountered. |
| 2012 </summary> |
2008 </histogram> | 2013 </histogram> |
2009 | 2014 |
2010 <histogram name="Net.SpdySessionErrorDetails2" enum="SpdyProtocolErrorDetails2" | 2015 <histogram name="Net.SpdySessionErrorDetails2" enum="SpdyProtocolErrorDetails2" |
2011 units="count"> | 2016 units="count"> |
2012 <summary>The type of SPDY Protocol error encountered.</summary> | 2017 <summary>The type of SPDY Protocol error encountered.</summary> |
2013 </histogram> | 2018 </histogram> |
2014 | 2019 |
2015 <histogram name="Net.SpdySessionErrorDetails_Google" | 2020 <histogram name="Net.SpdySessionErrorDetails_Google" |
2016 enum="SpdyProtocolErrorDetails" units="count"> | 2021 enum="SpdyProtocolErrorDetails" units="count"> |
2017 <obsolete> | 2022 <obsolete> |
2018 Replaced by SpdySessionErrorDetails_Google2 on 2013-04-19. | 2023 Replaced by SpdySessionErrorDetails_Google2 on 2013-04-19. |
2019 </obsolete> | 2024 </obsolete> |
2020 <summary> | 2025 <summary> |
2021 The type of SPDY Protocol error encountered when talking to a google.com | 2026 The type of SPDY Protocol error encountered when talking to a google.com |
2022 server. | 2027 server. |
2023 </summary> | 2028 </summary> |
2024 </histogram> | 2029 </histogram> |
2025 | 2030 |
2026 <histogram name="Net.SpdySessionErrorDetails_Google2" | 2031 <histogram name="Net.SpdySessionErrorDetails_Google2" |
2027 enum="SpdyProtocolErrorDetails2" units="count"> | 2032 enum="SpdyProtocolErrorDetails2" units="count"> |
2028 <summary> | 2033 <summary> |
| 2034 WARNING: r181910 added an enum value in the middle, so don't trust the |
| 2035 counts for values 9 and above for Chrome builds after that revision. |
| 2036 |
2029 The type of SPDY Protocol error encountered when talking to a google.com | 2037 The type of SPDY Protocol error encountered when talking to a google.com |
2030 server. | 2038 server. |
2031 </summary> | 2039 </summary> |
2032 </histogram> | 2040 </histogram> |
2033 | 2041 |
2034 <histogram name="Net.SpdySessionGet" enum="SpdySessionGet" units="count"> | 2042 <histogram name="Net.SpdySessionGet" enum="SpdySessionGet" units="count"> |
2035 <summary>The type of SPDY Session used when looking up a session.</summary> | 2043 <summary>The type of SPDY Session used when looking up a session.</summary> |
2036 </histogram> | 2044 </histogram> |
2037 | 2045 |
2038 <histogram name="Net.SpdySessionGetPeerAddressNotConnected" | 2046 <histogram name="Net.SpdySessionGetPeerAddressNotConnected" |
(...skipping 5284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7323 <fieldtrial name="SSLResumption"> | 7331 <fieldtrial name="SSLResumption"> |
7324 <group name="Resume_Handshake" label="Session Resumption"/> | 7332 <group name="Resume_Handshake" label="Session Resumption"/> |
7325 <group name="Full_Handshake" label="Full"/> | 7333 <group name="Full_Handshake" label="Full"/> |
7326 <affected-histogram name="Net.SSL_Connection_Latency"/> | 7334 <affected-histogram name="Net.SSL_Connection_Latency"/> |
7327 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 7335 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
7328 </fieldtrial> | 7336 </fieldtrial> |
7329 | 7337 |
7330 </fieldtrials> | 7338 </fieldtrials> |
7331 | 7339 |
7332 </histogram-configuration> | 7340 </histogram-configuration> |
OLD | NEW |