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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 </histogram> | 357 </histogram> |
358 | 358 |
359 <histogram name="Autofill.UserHappiness" enum="AutofillUserHappiness"> | 359 <histogram name="Autofill.UserHappiness" enum="AutofillUserHappiness"> |
360 <summary> | 360 <summary> |
361 Measures the frequency of various events in the Autofill user interaction | 361 Measures the frequency of various events in the Autofill user interaction |
362 flow. By comparing frequencies, we can compute several interesting | 362 flow. By comparing frequencies, we can compute several interesting |
363 "user happiness" metrics. | 363 "user happiness" metrics. |
364 </summary> | 364 </summary> |
365 </histogram> | 365 </histogram> |
366 | 366 |
| 367 <histogram name="Bluetooth.ConnectedDeviceCount" units="devices"> |
| 368 <summary> |
| 369 Counts the number of simulataneously connected Bluetooth devices. Used to |
| 370 direct testing efforts, and by our UI team to determine appropriate UI |
| 371 sizes. |
| 372 </summary> |
| 373 </histogram> |
| 374 |
| 375 <histogram name="Bluetooth.PairingMethod" enum="BluetoothPairingMethod"> |
| 376 <summary> |
| 377 Records the method used to pair each Bluetooth Device. Used to direct our |
| 378 testing efforts. |
| 379 </summary> |
| 380 </histogram> |
| 381 |
| 382 <histogram name="Bluetooth.PairingResult" enum="BluetoothPairingResult"> |
| 383 <summary> |
| 384 Records the result of pairing each Bluetooth Device. Used to understand |
| 385 whether we are having significant problems with Bluetooth pairing and seeing |
| 386 errors more commonly than we should. |
| 387 </summary> |
| 388 </histogram> |
| 389 |
367 <histogram name="Clipboard.IncognitoUseCase" enum="ClipboardAction"> | 390 <histogram name="Clipboard.IncognitoUseCase" enum="ClipboardAction"> |
368 <obsolete> | 391 <obsolete> |
369 Deprecated as of 4/2013, experiment confirmed correctness of our patch. | 392 Deprecated as of 4/2013, experiment confirmed correctness of our patch. |
370 </obsolete> | 393 </obsolete> |
371 <summary> | 394 <summary> |
372 Counts how often the user writes or reads from the clipboard and whether the | 395 Counts how often the user writes or reads from the clipboard and whether the |
373 write was from an incognito window or not. | 396 write was from an incognito window or not. |
374 </summary> | 397 </summary> |
375 </histogram> | 398 </histogram> |
376 | 399 |
(...skipping 3665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4042 <int value="10" label="User edited autofilled field"/> | 4065 <int value="10" label="User edited autofilled field"/> |
4043 <int value="11" label="User edited autofilled field (once)"/> | 4066 <int value="11" label="User edited autofilled field (once)"/> |
4044 </enum> | 4067 </enum> |
4045 | 4068 |
4046 <enum name="BackingStoreResults" type="int"> | 4069 <enum name="BackingStoreResults" type="int"> |
4047 <int value="0" label="Unused"/> | 4070 <int value="0" label="Unused"/> |
4048 <int value="1" label="Success"/> | 4071 <int value="1" label="Success"/> |
4049 <int value="2" label="Failure"/> | 4072 <int value="2" label="Failure"/> |
4050 </enum> | 4073 </enum> |
4051 | 4074 |
| 4075 <enum name="BluetoothPairingMethod" type="int"> |
| 4076 <int value="0" label="No user interaction required"/> |
| 4077 <int value="1" label="PIN Code requested from user"/> |
| 4078 <int value="2" label="Passkey requested from user"/> |
| 4079 <int value="3" label="PIN Code entered into device"/> |
| 4080 <int value="4" label="Passkey entered into device"/> |
| 4081 <int value="5" label="Passkey confirmed on both devices"/> |
| 4082 </enum> |
| 4083 |
| 4084 <enum name="BluetoothPairingResult" type="int"> |
| 4085 <int value="0" label="Success"/> |
| 4086 <int value="1" label="Connection already in-progress"/> |
| 4087 <int value="2" label="Failed for non-specific reason"/> |
| 4088 <int value="3" label="Authentication failed"/> |
| 4089 <int value="4" label="Authentication canceled"/> |
| 4090 <int value="5" label="Authentication rejected"/> |
| 4091 <int value="6" label="Authentication timed out"/> |
| 4092 <int value="7" label="Unsupported device"/> |
| 4093 <int value="8" label="Unknown or unhandler error"/> |
| 4094 </enum> |
| 4095 |
4052 <enum name="BooleanAttempted" type="int"> | 4096 <enum name="BooleanAttempted" type="int"> |
4053 <int value="0" label="Not Attempted"/> | 4097 <int value="0" label="Not Attempted"/> |
4054 <int value="1" label="Attempted"/> | 4098 <int value="1" label="Attempted"/> |
4055 </enum> | 4099 </enum> |
4056 | 4100 |
4057 <enum name="BooleanCovered" type="int"> | 4101 <enum name="BooleanCovered" type="int"> |
4058 <int value="0" label="Not Covered"/> | 4102 <int value="0" label="Not Covered"/> |
4059 <int value="1" label="Covered"/> | 4103 <int value="1" label="Covered"/> |
4060 </enum> | 4104 </enum> |
4061 | 4105 |
(...skipping 3303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7365 <fieldtrial name="SSLResumption"> | 7409 <fieldtrial name="SSLResumption"> |
7366 <group name="Resume_Handshake" label="Session Resumption"/> | 7410 <group name="Resume_Handshake" label="Session Resumption"/> |
7367 <group name="Full_Handshake" label="Full"/> | 7411 <group name="Full_Handshake" label="Full"/> |
7368 <affected-histogram name="Net.SSL_Connection_Latency"/> | 7412 <affected-histogram name="Net.SSL_Connection_Latency"/> |
7369 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 7413 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
7370 </fieldtrial> | 7414 </fieldtrial> |
7371 | 7415 |
7372 </fieldtrials> | 7416 </fieldtrials> |
7373 | 7417 |
7374 </histogram-configuration> | 7418 </histogram-configuration> |
OLD | NEW |