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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 </histogram> | 399 </histogram> |
400 | 400 |
401 <histogram name="RequestAutocomplete.WalletRequiredActions" | 401 <histogram name="RequestAutocomplete.WalletRequiredActions" |
402 enum="WalletRequiredActions"> | 402 enum="WalletRequiredActions"> |
403 <summary> | 403 <summary> |
404 Measures the frequency of required user actions returned by the Google | 404 Measures the frequency of required user actions returned by the Google |
405 Online Wallet server. | 405 Online Wallet server. |
406 </summary> | 406 </summary> |
407 </histogram> | 407 </histogram> |
408 | 408 |
| 409 <histogram name="WinTimeTicks.ChangedCores" enum="WindowsVersion"> |
| 410 <summary> |
| 411 Incremented each time the TimeTicks field trial completes and switched cores |
| 412 at least once. Broken down by Windows version. |
| 413 </summary> |
| 414 </histogram> |
| 415 |
| 416 <histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion"> |
| 417 <summary> |
| 418 Incremented each time the TimeTicks field trial completes on a machine with |
| 419 multiple cores, but possibly never ran on a different core. Broken down by |
| 420 Windows version. |
| 421 </summary> |
| 422 </histogram> |
| 423 |
| 424 <histogram name="WinTimeTicks.MinResolutionNanoseconds" units="nanoseconds"> |
| 425 <summary> |
| 426 The smallest non-zero delta reported by subsequent calls to |
| 427 QueryPerformanceCounter. |
| 428 </summary> |
| 429 </histogram> |
| 430 |
| 431 <histogram name="WinTimeTicks.NonDecreasing" enum="WindowsVersion"> |
| 432 <summary> |
| 433 The number of times the TimeTicks field trial reported non-decreasing |
| 434 QueryPerformanceCounter values. Broken down by Windows version. |
| 435 </summary> |
| 436 </histogram> |
| 437 |
| 438 <histogram name="WinTimeTicks.NonStopTsc"> |
| 439 <summary> |
| 440 True if the CPU's time stamp counter ticks at a constant rate regardless of |
| 441 CPU frequency. |
| 442 </summary> |
| 443 </histogram> |
| 444 |
| 445 <histogram name="WinTimeTicks.VersionSuccessful" enum="WindowsVersion"> |
| 446 <summary> |
| 447 The number of times the TimeTicks field trial succeeded. Broken down by |
| 448 Windows version. |
| 449 </summary> |
| 450 </histogram> |
| 451 |
| 452 <histogram name="WinTimeTicks.VersionTotal" enum="WindowsVersion"> |
| 453 <summary> |
| 454 The number of times the TimeTicks field trial ran for comparison with |
| 455 WinTimeTicks.VersionSuccess. Broken down by Windows version. |
| 456 </summary> |
| 457 </histogram> |
| 458 |
409 </histograms> | 459 </histograms> |
410 | 460 |
411 <!-- Enum types --> | 461 <!-- Enum types --> |
412 | 462 |
413 <enums> | 463 <enums> |
414 | 464 |
415 <enum name="AutocheckoutBubble" type="int"> | 465 <enum name="AutocheckoutBubble" type="int"> |
416 <int value="0" label="Created"/> | 466 <int value="0" label="Created"/> |
417 <int value="1" label="Accepted"/> | 467 <int value="1" label="Accepted"/> |
418 <int value="2" label="Dismissed"/> | 468 <int value="2" label="Dismissed"/> |
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1350 <int value="4" label="Set up Wallet"/> | 1400 <int value="4" label="Set up Wallet"/> |
1351 <int value="5" label="Accept ToS"/> | 1401 <int value="5" label="Accept ToS"/> |
1352 <int value="6" label="Update expiration date"/> | 1402 <int value="6" label="Update expiration date"/> |
1353 <int value="7" label="Upgrade min address"/> | 1403 <int value="7" label="Upgrade min address"/> |
1354 <int value="8" label="Choose another instrument or address"/> | 1404 <int value="8" label="Choose another instrument or address"/> |
1355 <int value="9" label="Verify CVV"/> | 1405 <int value="9" label="Verify CVV"/> |
1356 <int value="10" label="Invalid form field"/> | 1406 <int value="10" label="Invalid form field"/> |
1357 <int value="11" label="Require phone number"/> | 1407 <int value="11" label="Require phone number"/> |
1358 </enum> | 1408 </enum> |
1359 | 1409 |
| 1410 <enum name="WindowsVersion" type="int"> |
| 1411 <int value="0" label="Pre-XP"/> |
| 1412 <int value="1" label="XP"/> |
| 1413 <int value="2" label="2003 Server"/> |
| 1414 <int value="3" label="Vista"/> |
| 1415 <int value="4" label="Windows 7"/> |
| 1416 <int value="5" label="Windows 8"/> |
| 1417 </enum> |
| 1418 |
1360 </enums> | 1419 </enums> |
1361 | 1420 |
1362 <!-- Field trials --> | 1421 <!-- Field trials --> |
1363 | 1422 |
1364 <fieldtrials> | 1423 <fieldtrials> |
1365 | 1424 |
1366 <fieldtrial name="AutofillServerExperiments"> | 1425 <fieldtrial name="AutofillServerExperiments"> |
1367 <group name="ar06" label="Acceptance ratio: 0.6"/> | 1426 <group name="ar06" label="Acceptance ratio: 0.6"/> |
1368 <group name="ar1" label="Acceptance ratio: 1.0"/> | 1427 <group name="ar1" label="Acceptance ratio: 1.0"/> |
1369 <group name="ar2" label="Acceptance ratio: 2.0"/> | 1428 <group name="ar2" label="Acceptance ratio: 2.0"/> |
(...skipping 28 matching lines...) Expand all Loading... |
1398 <affected-histogram name="Autofill.Quality.HeuristicType.ByFieldType"/> | 1457 <affected-histogram name="Autofill.Quality.HeuristicType.ByFieldType"/> |
1399 <affected-histogram name="Autofill.Quality.PredictedType"/> | 1458 <affected-histogram name="Autofill.Quality.PredictedType"/> |
1400 <affected-histogram name="Autofill.Quality.PredictedType.ByFieldType"/> | 1459 <affected-histogram name="Autofill.Quality.PredictedType.ByFieldType"/> |
1401 <affected-histogram name="Autofill.Quality.ServerType"/> | 1460 <affected-histogram name="Autofill.Quality.ServerType"/> |
1402 <affected-histogram name="Autofill.Quality.ServerType.ByFieldType"/> | 1461 <affected-histogram name="Autofill.Quality.ServerType.ByFieldType"/> |
1403 </fieldtrial> | 1462 </fieldtrial> |
1404 | 1463 |
1405 </fieldtrials> | 1464 </fieldtrials> |
1406 | 1465 |
1407 </histogram-configuration> | 1466 </histogram-configuration> |
OLD | NEW |