| 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 992 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1003 </summary> | 1003 </summary> |
| 1004 </histogram> | 1004 </histogram> |
| 1005 | 1005 |
| 1006 <histogram name="Net.DownloadBandwidth"> | 1006 <histogram name="Net.DownloadBandwidth"> |
| 1007 <summary> | 1007 <summary> |
| 1008 Kbps on download streams exceeding 25KB. Measures from the beginning of the | 1008 Kbps on download streams exceeding 25KB. Measures from the beginning of the |
| 1009 first byte received until the end of flowing data. | 1009 first byte received until the end of flowing data. |
| 1010 </summary> | 1010 </summary> |
| 1011 </histogram> | 1011 </histogram> |
| 1012 | 1012 |
| 1013 <histogram name="Net.ErrorCodesForImages" enum="NetErrorCodes"> |
| 1014 <summary> |
| 1015 Net error codes that requests for images end with, including net::OK and |
| 1016 net:ERR_ABORTED. |
| 1017 </summary> |
| 1018 </histogram> |
| 1019 |
| 1013 <histogram name="Net.ErrorCodesForMainFrame" enum="NetErrorCodes"> | 1020 <histogram name="Net.ErrorCodesForMainFrame" enum="NetErrorCodes"> |
| 1014 <obsolete> | 1021 <obsolete> |
| 1015 Deprecated as of 2011/5/24, replaced by Net.ErrorCodesForMainFrame2, which | 1022 Deprecated as of 2011/5/24, replaced by Net.ErrorCodesForMainFrame2, which |
| 1016 measures the same data but uses a different bucket structure (adds guard | 1023 measures the same data but uses a different bucket structure (adds guard |
| 1017 buckets). | 1024 buckets). |
| 1018 </obsolete> | 1025 </obsolete> |
| 1019 <summary> | 1026 <summary> |
| 1020 Positive net error code that a page failed with. Note that this only counts | 1027 Positive net error code that a page failed with. Note that this only counts |
| 1021 the errors in "main frames", so it is a measure of the error pages | 1028 the errors in "main frames", so it is a measure of the error pages |
| 1022 that users actually see (it does not for example count the error codes for | 1029 that users actually see (it does not for example count the error codes for |
| (...skipping 6387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7410 <fieldtrial name="SSLResumption"> | 7417 <fieldtrial name="SSLResumption"> |
| 7411 <group name="Resume_Handshake" label="Session Resumption"/> | 7418 <group name="Resume_Handshake" label="Session Resumption"/> |
| 7412 <group name="Full_Handshake" label="Full"/> | 7419 <group name="Full_Handshake" label="Full"/> |
| 7413 <affected-histogram name="Net.SSL_Connection_Latency"/> | 7420 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 7414 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 7421 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 7415 </fieldtrial> | 7422 </fieldtrial> |
| 7416 | 7423 |
| 7417 </fieldtrials> | 7424 </fieldtrials> |
| 7418 | 7425 |
| 7419 </histogram-configuration> | 7426 </histogram-configuration> |
| OLD | NEW |