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 1961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1972 </histogram> | 1972 </histogram> |
1973 | 1973 |
1974 <histogram name="Net.SpdyRecvBytes" units="bytes"> | 1974 <histogram name="Net.SpdyRecvBytes" units="bytes"> |
1975 <summary>The number of bytes recevied per stream.</summary> | 1975 <summary>The number of bytes recevied per stream.</summary> |
1976 </histogram> | 1976 </histogram> |
1977 | 1977 |
1978 <histogram name="Net.SpdySendBytes" units="bytes"> | 1978 <histogram name="Net.SpdySendBytes" units="bytes"> |
1979 <summary>The number of bytes sent per stream.</summary> | 1979 <summary>The number of bytes sent per stream.</summary> |
1980 </histogram> | 1980 </histogram> |
1981 | 1981 |
1982 <histogram name="Net.SpdySession.BytesRead.ClosedOnError" units="NetErrorCodes"> | |
1983 <summary> | |
1984 Net error codes when SpdySession was closed, doesn't inlcuding net::OK. | |
1985 </summary> | |
1986 </histogram> | |
1987 | |
1988 <histogram name="Net.SpdySession.BytesRead.EOF" units="bytes"> | 1982 <histogram name="Net.SpdySession.BytesRead.EOF" units="bytes"> |
1989 <summary> | 1983 <summary> |
1990 Total number of bytes recevied per session before closing session due to | 1984 Total number of bytes recevied per session before closing session due to |
1991 EOF. | 1985 EOF. |
1992 </summary> | 1986 </summary> |
1993 </histogram> | 1987 </histogram> |
1994 | 1988 |
1995 <histogram name="Net.SpdySession.BytesRead.OtherErrors" units="bytes"> | 1989 <histogram name="Net.SpdySession.BytesRead.OtherErrors" units="bytes"> |
1996 <summary> | 1990 <summary> |
1997 Total number of bytes recevied per session before closing session due to an | 1991 Total number of bytes recevied per session before closing session due to an |
1998 error during read. | 1992 error during read. |
1999 </summary> | 1993 </summary> |
2000 </histogram> | 1994 </histogram> |
2001 | 1995 |
| 1996 <histogram name="Net.SpdySession.ClosedOnError" units="NetErrorCodes"> |
| 1997 <summary> |
| 1998 Net error codes when SpdySession was closed, doesn't inlcuding net::OK. |
| 1999 </summary> |
| 2000 </histogram> |
| 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>The type of SPDY Protocol error encountered.</summary> |
2008 </histogram> | 2008 </histogram> |
2009 | 2009 |
2010 <histogram name="Net.SpdySessionErrorDetails2" enum="SpdyProtocolErrorDetails2" | 2010 <histogram name="Net.SpdySessionErrorDetails2" enum="SpdyProtocolErrorDetails2" |
2011 units="count"> | 2011 units="count"> |
(...skipping 3646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5658 <int value="11" label="NOT_IMPLEMENTED"/> | 5658 <int value="11" label="NOT_IMPLEMENTED"/> |
5659 <int value="12" label="INSUFFICIENT_RESOURCES"/> | 5659 <int value="12" label="INSUFFICIENT_RESOURCES"/> |
5660 <int value="13" label="OUT_OF_MEMORY"/> | 5660 <int value="13" label="OUT_OF_MEMORY"/> |
5661 <int value="14" label="UPLOAD_FILE_CHANGED"/> | 5661 <int value="14" label="UPLOAD_FILE_CHANGED"/> |
5662 <int value="15" label="SOCKET_NOT_CONNECTED"/> | 5662 <int value="15" label="SOCKET_NOT_CONNECTED"/> |
5663 <int value="16" label="FILE_EXISTS"/> | 5663 <int value="16" label="FILE_EXISTS"/> |
5664 <int value="17" label="FILE_PATH_TOO_LONG"/> | 5664 <int value="17" label="FILE_PATH_TOO_LONG"/> |
5665 <int value="18" label="FILE_NO_SPACE"/> | 5665 <int value="18" label="FILE_NO_SPACE"/> |
5666 <int value="19" label="FILE_VIRUS_INFECTED"/> | 5666 <int value="19" label="FILE_VIRUS_INFECTED"/> |
5667 <int value="20" label="BLOCKED_BY_CLIENT"/> | 5667 <int value="20" label="BLOCKED_BY_CLIENT"/> |
| 5668 <int value="21" label="NETWORK_CHANGED"/> |
| 5669 <int value="22" label="BLOCKED_BY_ADMINISTRATOR"/> |
5668 <int value="100" label="CONNECTION_CLOSED"/> | 5670 <int value="100" label="CONNECTION_CLOSED"/> |
5669 <int value="101" label="CONNECTION_RESET"/> | 5671 <int value="101" label="CONNECTION_RESET"/> |
5670 <int value="102" label="CONNECTION_REFUSED"/> | 5672 <int value="102" label="CONNECTION_REFUSED"/> |
5671 <int value="103" label="CONNECTION_ABORTED"/> | 5673 <int value="103" label="CONNECTION_ABORTED"/> |
5672 <int value="104" label="CONNECTION_FAILED"/> | 5674 <int value="104" label="CONNECTION_FAILED"/> |
5673 <int value="105" label="NAME_NOT_RESOLVED"/> | 5675 <int value="105" label="NAME_NOT_RESOLVED"/> |
5674 <int value="106" label="INTERNET_DISCONNECTED"/> | 5676 <int value="106" label="INTERNET_DISCONNECTED"/> |
5675 <int value="107" label="SSL_PROTOCOL_ERROR"/> | 5677 <int value="107" label="SSL_PROTOCOL_ERROR"/> |
5676 <int value="108" label="ADDRESS_INVALID"/> | 5678 <int value="108" label="ADDRESS_INVALID"/> |
5677 <int value="109" label="ADDRESS_UNREACHABLE"/> | 5679 <int value="109" label="ADDRESS_UNREACHABLE"/> |
(...skipping 1645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7323 <fieldtrial name="SSLResumption"> | 7325 <fieldtrial name="SSLResumption"> |
7324 <group name="Resume_Handshake" label="Session Resumption"/> | 7326 <group name="Resume_Handshake" label="Session Resumption"/> |
7325 <group name="Full_Handshake" label="Full"/> | 7327 <group name="Full_Handshake" label="Full"/> |
7326 <affected-histogram name="Net.SSL_Connection_Latency"/> | 7328 <affected-histogram name="Net.SSL_Connection_Latency"/> |
7327 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 7329 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
7328 </fieldtrial> | 7330 </fieldtrial> |
7329 | 7331 |
7330 </fieldtrials> | 7332 </fieldtrials> |
7331 | 7333 |
7332 </histogram-configuration> | 7334 </histogram-configuration> |
OLD | NEW |