| 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 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1922 </obsolete> | 1922 </obsolete> |
| 1923 <summary> | 1923 <summary> |
| 1924 The counts of the type of sockets returned by the SOCKS pool. | 1924 The counts of the type of sockets returned by the SOCKS pool. |
| 1925 </summary> | 1925 </summary> |
| 1926 </histogram> | 1926 </histogram> |
| 1927 | 1927 |
| 1928 <histogram name="Net.SpdyConnectionLatency" units="milliseconds"> | 1928 <histogram name="Net.SpdyConnectionLatency" units="milliseconds"> |
| 1929 <summary>Time from when the Connect() starts until it completes.</summary> | 1929 <summary>Time from when the Connect() starts until it completes.</summary> |
| 1930 </histogram> | 1930 </histogram> |
| 1931 | 1931 |
| 1932 <histogram name="Net.SpdyFrameStreamAndSessionFlowControlState" |
| 1933 enum="SpdyFrameFlowControlState"> |
| 1934 <summary> |
| 1935 The counts of the flow control state of each frame (with stream and session |
| 1936 flow control on). |
| 1937 </summary> |
| 1938 </histogram> |
| 1939 |
| 1940 <histogram name="Net.SpdyFrameStreamFlowControlState" |
| 1941 enum="SpdyFrameFlowControlState"> |
| 1942 <summary> |
| 1943 The counts of the flow control state of each frame (with stream flow control |
| 1944 on). |
| 1945 </summary> |
| 1946 </histogram> |
| 1947 |
| 1932 <histogram name="Net.SpdyIPPoolDomainMatch" enum="SpdyIPPoolDomainMatch" | 1948 <histogram name="Net.SpdyIPPoolDomainMatch" enum="SpdyIPPoolDomainMatch" |
| 1933 units="count"> | 1949 units="count"> |
| 1934 <summary> | 1950 <summary> |
| 1935 Status of checking if a SPDY domain can handle a IP match. If a match is | 1951 Status of checking if a SPDY domain can handle a IP match. If a match is |
| 1936 found, we successfully used the IP Pooling. If a match is not found, we | 1952 found, we successfully used the IP Pooling. If a match is not found, we |
| 1937 could have used IP Pooling, except the TLS Cert didn't match the IP-pooled | 1953 could have used IP Pooling, except the TLS Cert didn't match the IP-pooled |
| 1938 domain. | 1954 domain. |
| 1939 </summary> | 1955 </summary> |
| 1940 </histogram> | 1956 </histogram> |
| 1941 | 1957 |
| (...skipping 3618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5560 <int value="3" label="socks connections"/> | 5576 <int value="3" label="socks connections"/> |
| 5561 <int value="4" label="ssl connections"/> | 5577 <int value="4" label="ssl connections"/> |
| 5562 </enum> | 5578 </enum> |
| 5563 | 5579 |
| 5564 <enum name="SocketStreamProtocolType" type="int"> | 5580 <enum name="SocketStreamProtocolType" type="int"> |
| 5565 <int value="0" label="unknown"/> | 5581 <int value="0" label="unknown"/> |
| 5566 <int value="1" label="ws"/> | 5582 <int value="1" label="ws"/> |
| 5567 <int value="2" label="wss"/> | 5583 <int value="2" label="wss"/> |
| 5568 </enum> | 5584 </enum> |
| 5569 | 5585 |
| 5586 <enum name="SpdyFrameFlowControlState" type="int"> |
| 5587 <int value="0" label="Send not stalled"/> |
| 5588 <int value="1" label="Send stalled by stream"/> |
| 5589 <int value="2" label="Send stalled by session"/> |
| 5590 <int value="3" label="Send stalled by stream and session"/> |
| 5591 </enum> |
| 5592 |
| 5570 <enum name="SpdyIPPoolDomainMatch" type="int"> | 5593 <enum name="SpdyIPPoolDomainMatch" type="int"> |
| 5571 <int value="0" label="mismatch"/> | 5594 <int value="0" label="mismatch"/> |
| 5572 <int value="1" label="match"/> | 5595 <int value="1" label="match"/> |
| 5573 </enum> | 5596 </enum> |
| 5574 | 5597 |
| 5575 <enum name="SpdyProtocolErrorDetails" type="int"> | 5598 <enum name="SpdyProtocolErrorDetails" type="int"> |
| 5576 <int value="0" label="No error"/> | 5599 <int value="0" label="No error"/> |
| 5577 <int value="1" label="Invalid Control Frame"/> | 5600 <int value="1" label="Invalid Control Frame"/> |
| 5578 <int value="2" label="Control Frame Payload Too Large"/> | 5601 <int value="2" label="Control Frame Payload Too Large"/> |
| 5579 <int value="3" label="Zlib Init Failure"/> | 5602 <int value="3" label="Zlib Init Failure"/> |
| (...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6696 <fieldtrial name="SSLResumption"> | 6719 <fieldtrial name="SSLResumption"> |
| 6697 <group name="Resume_Handshake" label="Session Resumption"/> | 6720 <group name="Resume_Handshake" label="Session Resumption"/> |
| 6698 <group name="Full_Handshake" label="Full"/> | 6721 <group name="Full_Handshake" label="Full"/> |
| 6699 <affected-histogram name="Net.SSL_Connection_Latency"/> | 6722 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 6700 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 6723 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 6701 </fieldtrial> | 6724 </fieldtrial> |
| 6702 | 6725 |
| 6703 </fieldtrials> | 6726 </fieldtrials> |
| 6704 | 6727 |
| 6705 </histogram-configuration> | 6728 </histogram-configuration> |
| OLD | NEW |