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="Cellular.ActivationFailure"> | 390 <histogram name="Cellular.ActivationFailure"> |
368 <summary> | 391 <summary> |
369 The count of cellular device activation failures (Chrome OS). | 392 The count of cellular device activation failures (Chrome OS). |
370 </summary> | 393 </summary> |
371 </histogram> | 394 </histogram> |
372 | 395 |
373 <histogram name="Cellular.ActivationTry"> | 396 <histogram name="Cellular.ActivationTry"> |
374 <summary>The count of cellular device activation tries (Chrome OS).</summary> | 397 <summary>The count of cellular device activation tries (Chrome OS).</summary> |
375 </histogram> | 398 </histogram> |
376 | 399 |
(...skipping 5843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6220 <int value="10" label="User edited autofilled field"/> | 6243 <int value="10" label="User edited autofilled field"/> |
6221 <int value="11" label="User edited autofilled field (once)"/> | 6244 <int value="11" label="User edited autofilled field (once)"/> |
6222 </enum> | 6245 </enum> |
6223 | 6246 |
6224 <enum name="BackingStoreResults" type="int"> | 6247 <enum name="BackingStoreResults" type="int"> |
6225 <int value="0" label="Unused"/> | 6248 <int value="0" label="Unused"/> |
6226 <int value="1" label="Success"/> | 6249 <int value="1" label="Success"/> |
6227 <int value="2" label="Failure"/> | 6250 <int value="2" label="Failure"/> |
6228 </enum> | 6251 </enum> |
6229 | 6252 |
| 6253 <enum name="BluetoothPairingMethod" type="int"> |
| 6254 <int value="0" label="No user interaction required"/> |
| 6255 <int value="1" label="PIN Code requested from user"/> |
| 6256 <int value="2" label="Passkey requested from user"/> |
| 6257 <int value="3" label="PIN Code entered into device"/> |
| 6258 <int value="4" label="Passkey entered into device"/> |
| 6259 <int value="5" label="Passkey confirmed on both devices"/> |
| 6260 </enum> |
| 6261 |
| 6262 <enum name="BluetoothPairingResult" type="int"> |
| 6263 <int value="0" label="Success"/> |
| 6264 <int value="1" label="Connection already in-progress"/> |
| 6265 <int value="2" label="Failed for non-specific reason"/> |
| 6266 <int value="3" label="Authentication failed"/> |
| 6267 <int value="4" label="Authentication canceled"/> |
| 6268 <int value="5" label="Authentication rejected"/> |
| 6269 <int value="6" label="Authentication timed out"/> |
| 6270 <int value="7" label="Unsupported device"/> |
| 6271 <int value="8" label="Unknown or unhandler error"/> |
| 6272 </enum> |
| 6273 |
6230 <enum name="BooleanAttempted" type="int"> | 6274 <enum name="BooleanAttempted" type="int"> |
6231 <int value="0" label="Not Attempted"/> | 6275 <int value="0" label="Not Attempted"/> |
6232 <int value="1" label="Attempted"/> | 6276 <int value="1" label="Attempted"/> |
6233 </enum> | 6277 </enum> |
6234 | 6278 |
6235 <enum name="BooleanCovered" type="int"> | 6279 <enum name="BooleanCovered" type="int"> |
6236 <int value="0" label="Not Covered"/> | 6280 <int value="0" label="Not Covered"/> |
6237 <int value="1" label="Covered"/> | 6281 <int value="1" label="Covered"/> |
6238 </enum> | 6282 </enum> |
6239 | 6283 |
(...skipping 4212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10452 <fieldtrial name="SSLResumption"> | 10496 <fieldtrial name="SSLResumption"> |
10453 <group name="Resume_Handshake" label="Session Resumption"/> | 10497 <group name="Resume_Handshake" label="Session Resumption"/> |
10454 <group name="Full_Handshake" label="Full"/> | 10498 <group name="Full_Handshake" label="Full"/> |
10455 <affected-histogram name="Net.SSL_Connection_Latency"/> | 10499 <affected-histogram name="Net.SSL_Connection_Latency"/> |
10456 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 10500 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
10457 </fieldtrial> | 10501 </fieldtrial> |
10458 | 10502 |
10459 </fieldtrials> | 10503 </fieldtrials> |
10460 | 10504 |
10461 </histogram-configuration> | 10505 </histogram-configuration> |
OLD | NEW |