| 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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2396 </histogram> | 2396 </histogram> |
| 2397 | 2397 |
| 2398 <histogram name="Net.Wifi.LbsLatency" units="milliseconds"> | 2398 <histogram name="Net.Wifi.LbsLatency" units="milliseconds"> |
| 2399 <summary>The time that a request to Location Based Services takes.</summary> | 2399 <summary>The time that a request to Location Based Services takes.</summary> |
| 2400 </histogram> | 2400 </histogram> |
| 2401 | 2401 |
| 2402 <histogram name="Net.Wifi.ScanLatency" units="milliseconds"> | 2402 <histogram name="Net.Wifi.ScanLatency" units="milliseconds"> |
| 2403 <summary>The time that a Wi-fi scan takes.</summary> | 2403 <summary>The time that a Wi-fi scan takes.</summary> |
| 2404 </histogram> | 2404 </histogram> |
| 2405 | 2405 |
| 2406 <histogram name="Omnibox.EnteredKeywordMode" enum="OmniboxEnteredKeywordMode"> |
| 2407 <summary> |
| 2408 The number of times users enter keyword hint mode "Search ___ |
| 2409 for:" and how. |
| 2410 </summary> |
| 2411 </histogram> |
| 2412 |
| 2406 <histogram name="PlatformFile.UnknownCreateFileErrors" units="code"> | 2413 <histogram name="PlatformFile.UnknownCreateFileErrors" units="code"> |
| 2407 <summary> | 2414 <summary> |
| 2408 Errors returned by CreateFile on windows that PlatformFileError doesn't yet | 2415 Errors returned by CreateFile on windows that PlatformFileError doesn't yet |
| 2409 support. | 2416 support. |
| 2410 </summary> | 2417 </summary> |
| 2411 </histogram> | 2418 </histogram> |
| 2412 | 2419 |
| 2413 <histogram name="PLT.Abandoned" enum="Abandoned"> | 2420 <histogram name="PLT.Abandoned" enum="Abandoned"> |
| 2414 <summary> | 2421 <summary> |
| 2415 Distribution of actual finished pages, vs abandoned pages, where we needed | 2422 Distribution of actual finished pages, vs abandoned pages, where we needed |
| (...skipping 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4660 <int value="1" label="non-speculative, never used"/> | 4667 <int value="1" label="non-speculative, never used"/> |
| 4661 <int value="2" label="non-speculative and used"/> | 4668 <int value="2" label="non-speculative and used"/> |
| 4662 <int value="3" label="omnibox never connected"/> | 4669 <int value="3" label="omnibox never connected"/> |
| 4663 <int value="4" label="omnibox never used"/> | 4670 <int value="4" label="omnibox never used"/> |
| 4664 <int value="5" label="omnibox and used"/> | 4671 <int value="5" label="omnibox and used"/> |
| 4665 <int value="6" label="subresource never connected"/> | 4672 <int value="6" label="subresource never connected"/> |
| 4666 <int value="7" label="subresource never used"/> | 4673 <int value="7" label="subresource never used"/> |
| 4667 <int value="8" label="subresource and used"/> | 4674 <int value="8" label="subresource and used"/> |
| 4668 </enum> | 4675 </enum> |
| 4669 | 4676 |
| 4677 <enum name="OmniboxEnteredKeywordMode" type="int"> |
| 4678 <int value="0" label="via tab"/> |
| 4679 <int value="1" label="via space at end"/> |
| 4680 <int value="2" label="via space in middle"/> |
| 4681 </enum> |
| 4682 |
| 4670 <enum name="OSAgnosticErrno" type="int"> | 4683 <enum name="OSAgnosticErrno" type="int"> |
| 4671 <summary>Errno values with the same meanings on Mac/Win/Linux.</summary> | 4684 <summary>Errno values with the same meanings on Mac/Win/Linux.</summary> |
| 4672 <int value="0" label="0">No error</int> | 4685 <int value="0" label="0">No error</int> |
| 4673 <int value="1" label="EPERM">Operation not permitted</int> | 4686 <int value="1" label="EPERM">Operation not permitted</int> |
| 4674 <int value="2" label="ENOENT">No such file or directory</int> | 4687 <int value="2" label="ENOENT">No such file or directory</int> |
| 4675 <int value="3" label="ESRCH">No such process</int> | 4688 <int value="3" label="ESRCH">No such process</int> |
| 4676 <int value="4" label="EINTR">Interrupted function call</int> | 4689 <int value="4" label="EINTR">Interrupted function call</int> |
| 4677 <int value="5" label="EIO">Input/output error</int> | 4690 <int value="5" label="EIO">Input/output error</int> |
| 4678 <int value="6" label="ENXIO">No such device or address</int> | 4691 <int value="6" label="ENXIO">No such device or address</int> |
| 4679 <int value="7" label="E2BIG">Arg list too long</int> | 4692 <int value="7" label="E2BIG">Arg list too long</int> |
| (...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5379 <fieldtrial name="SSLResumption"> | 5392 <fieldtrial name="SSLResumption"> |
| 5380 <group name="Resume_Handshake" label="Session Resumption"/> | 5393 <group name="Resume_Handshake" label="Session Resumption"/> |
| 5381 <group name="Full_Handshake" label="Full"/> | 5394 <group name="Full_Handshake" label="Full"/> |
| 5382 <affected-histogram name="Net.SSL_Connection_Latency"/> | 5395 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 5383 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 5396 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 5384 </fieldtrial> | 5397 </fieldtrial> |
| 5385 | 5398 |
| 5386 </fieldtrials> | 5399 </fieldtrials> |
| 5387 | 5400 |
| 5388 </histogram-configuration> | 5401 </histogram-configuration> |
| OLD | NEW |