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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 </histogram> | 389 </histogram> |
390 | 390 |
391 <histogram name="RequestAutocomplete.WalletRequiredActions" | 391 <histogram name="RequestAutocomplete.WalletRequiredActions" |
392 enum="WalletRequiredActions"> | 392 enum="WalletRequiredActions"> |
393 <summary> | 393 <summary> |
394 Measures the frequency of required user actions returned by the Google | 394 Measures the frequency of required user actions returned by the Google |
395 Online Wallet server. | 395 Online Wallet server. |
396 </summary> | 396 </summary> |
397 </histogram> | 397 </histogram> |
398 | 398 |
| 399 <histogram name="WinTimeTicks.MinResolutionMicroseconds" units="microseconds"> |
| 400 <summary> |
| 401 The smallest non-zero delta reported by subsequent calls to |
| 402 QueryPerformanceCounter. |
| 403 </summary> |
| 404 </histogram> |
| 405 |
| 406 <histogram name="WinTimeTicks.NonDecreasing" enum="WindowsVersion"> |
| 407 <summary> |
| 408 The number of times the TimeTicks field trial reported non-decreasing |
| 409 QueryPerformanceCounter values. Broken down by Windows version. |
| 410 </summary> |
| 411 </histogram> |
| 412 |
| 413 <histogram name="WinTimeTicks.NonStopTsc"> |
| 414 <summary> |
| 415 True if the CPU's time stamp counter ticks at a constant rate regardless of |
| 416 CPU frequency. |
| 417 </summary> |
| 418 </histogram> |
| 419 |
| 420 <histogram name="WinTimeTicks.VersionSuccess" enum="WindowsVersion"> |
| 421 <summary> |
| 422 The number of times the TimeTicks field trial succeeded. Broken down by |
| 423 Windows version. |
| 424 </summary> |
| 425 </histogram> |
| 426 |
| 427 <histogram name="WinTimeTicks.VersionTotal" enum="WindowsVersion"> |
| 428 <summary> |
| 429 The number of times the TimeTicks field trial ran for comparison with |
| 430 WinTimeTicks.VersionSuccess. Broken down by Windows version. |
| 431 </summary> |
| 432 </histogram> |
| 433 |
399 </histograms> | 434 </histograms> |
400 | 435 |
401 <!-- Enum types --> | 436 <!-- Enum types --> |
402 | 437 |
403 <enums> | 438 <enums> |
404 | 439 |
405 <enum name="AutocheckoutBubble" type="int"> | 440 <enum name="AutocheckoutBubble" type="int"> |
406 <int value="0" label="Created"/> | 441 <int value="0" label="Created"/> |
407 <int value="1" label="Accepted"/> | 442 <int value="1" label="Accepted"/> |
408 <int value="2" label="Dismissed"/> | 443 <int value="2" label="Dismissed"/> |
(...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1334 <int value="4" label="Set up Wallet"/> | 1369 <int value="4" label="Set up Wallet"/> |
1335 <int value="5" label="Accept ToS"/> | 1370 <int value="5" label="Accept ToS"/> |
1336 <int value="6" label="Update expiration date"/> | 1371 <int value="6" label="Update expiration date"/> |
1337 <int value="7" label="Upgrade min address"/> | 1372 <int value="7" label="Upgrade min address"/> |
1338 <int value="8" label="Choose another instrument or address"/> | 1373 <int value="8" label="Choose another instrument or address"/> |
1339 <int value="9" label="Verify CVV"/> | 1374 <int value="9" label="Verify CVV"/> |
1340 <int value="10" label="Invalid form field"/> | 1375 <int value="10" label="Invalid form field"/> |
1341 <int value="11" label="Require phone number"/> | 1376 <int value="11" label="Require phone number"/> |
1342 </enum> | 1377 </enum> |
1343 | 1378 |
| 1379 <enum name="WindowsVersion" type="int"> |
| 1380 <int value="0" label="Pre-XP"/> |
| 1381 <int value="1" label="XP"/> |
| 1382 <int value="2" label="2003 Server"/> |
| 1383 <int value="3" label="Vista"/> |
| 1384 <int value="4" label="7"/> |
| 1385 <int value="5" label="8"/> |
| 1386 </enum> |
| 1387 |
1344 </enums> | 1388 </enums> |
1345 | 1389 |
1346 <!-- Field trials --> | 1390 <!-- Field trials --> |
1347 | 1391 |
1348 <fieldtrials> | 1392 <fieldtrials> |
1349 | 1393 |
1350 <fieldtrial name="AutofillServerExperiments"> | 1394 <fieldtrial name="AutofillServerExperiments"> |
1351 <group name="ar06" label="Acceptance ratio: 0.6"/> | 1395 <group name="ar06" label="Acceptance ratio: 0.6"/> |
1352 <group name="ar1" label="Acceptance ratio: 1.0"/> | 1396 <group name="ar1" label="Acceptance ratio: 1.0"/> |
1353 <group name="ar2" label="Acceptance ratio: 2.0"/> | 1397 <group name="ar2" label="Acceptance ratio: 2.0"/> |
(...skipping 28 matching lines...) Expand all Loading... |
1382 <affected-histogram name="Autofill.Quality.HeuristicType.ByFieldType"/> | 1426 <affected-histogram name="Autofill.Quality.HeuristicType.ByFieldType"/> |
1383 <affected-histogram name="Autofill.Quality.PredictedType"/> | 1427 <affected-histogram name="Autofill.Quality.PredictedType"/> |
1384 <affected-histogram name="Autofill.Quality.PredictedType.ByFieldType"/> | 1428 <affected-histogram name="Autofill.Quality.PredictedType.ByFieldType"/> |
1385 <affected-histogram name="Autofill.Quality.ServerType"/> | 1429 <affected-histogram name="Autofill.Quality.ServerType"/> |
1386 <affected-histogram name="Autofill.Quality.ServerType.ByFieldType"/> | 1430 <affected-histogram name="Autofill.Quality.ServerType.ByFieldType"/> |
1387 </fieldtrial> | 1431 </fieldtrial> |
1388 | 1432 |
1389 </fieldtrials> | 1433 </fieldtrials> |
1390 | 1434 |
1391 </histogram-configuration> | 1435 </histogram-configuration> |
OLD | NEW |