Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 14146032: Open source CrosDisks.* histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 </summary> 374 </summary>
375 </histogram> 375 </histogram>
376 376
377 <histogram name="Cookie.ReinstatedCookies" units="seconds"> 377 <histogram name="Cookie.ReinstatedCookies" units="seconds">
378 <summary> 378 <summary>
379 The duration in seconds between a cookie getting evicted (due to the number 379 The duration in seconds between a cookie getting evicted (due to the number
380 of cookies exceeding a domain limit), and subsequently reinstated. 380 of cookies exceeding a domain limit), and subsequently reinstated.
381 </summary> 381 </summary>
382 </histogram> 382 </histogram>
383 383
384 <histogram name="CrosDisks.ArchiveType" enum="CrosDisksArchiveType">
385 <summary>
386 The type of archive file that Chrome OS cros-disks daemon is requested to
387 mount.
388 </summary>
389 </histogram>
390
391 <histogram name="CrosDisks.DeviceMediaType" enum="CrosDisksDeviceMediaType">
392 <summary>
393 The media type of removable device that Chrome OS cros-disks daemon is
394 requested to mount.
395 </summary>
396 </histogram>
397
398 <histogram name="CrosDisks.FilesystemType" enum="CrosDisksFilesystemType">
399 <summary>
400 The type of file system that Chrome OS cros-disks daemon is requested to
401 mount.
402 </summary>
403 </histogram>
404
384 <histogram name="DiskCache.TotalIOTime" units="milliseconds"> 405 <histogram name="DiskCache.TotalIOTime" units="milliseconds">
385 <obsolete> 406 <obsolete>
386 Deprecated. 407 Deprecated.
387 </obsolete> 408 </obsolete>
388 <summary> 409 <summary>
389 The total time it takes to perform a payload IO operation, for the regular 410 The total time it takes to perform a payload IO operation, for the regular
390 disk cache. 411 disk cache.
391 </summary> 412 </summary>
392 </histogram> 413 </histogram>
393 414
(...skipping 4121 matching lines...) Expand 10 before | Expand all | Expand 10 after
4515 The cookie evicted during per-domain/eTLD+1 garbage collection, and would 4536 The cookie evicted during per-domain/eTLD+1 garbage collection, and would
4516 not have been evicted by global metrics as well (because they had been 4537 not have been evicted by global metrics as well (because they had been
4517 accessed recently enough to save). 4538 accessed recently enough to save).
4518 </int> 4539 </int>
4519 <int value="10" label="expired_overwrite"> 4540 <int value="10" label="expired_overwrite">
4520 The cookie deletion occurred because the server overwrote it with an already 4541 The cookie deletion occurred because the server overwrote it with an already
4521 expired cookie (this is a common idiom for server deletions of cookies). 4542 expired cookie (this is a common idiom for server deletions of cookies).
4522 </int> 4543 </int>
4523 </enum> 4544 </enum>
4524 4545
4546 <enum name="CrosDisksArchiveType" type="int">
4547 <int value="0" label="Unknown"/>
4548 <int value="1" label="ZIP"/>
4549 <int value="2" label="RAR"/>
4550 <int value="3" label="Tar"/>
4551 <int value="4" label="Bzip2-compressed Tar"/>
4552 <int value="5" label="Gzip-compressed Tar"/>
4553 </enum>
4554
4555 <enum name="CrosDisksDeviceMediaType" type="int">
4556 <int value="0" label="Unknown"/>
4557 <int value="1" label="USB Drive"/>
4558 <int value="2" label="SD Card"/>
4559 <int value="3" label="Optical Disc"/>
4560 <int value="4" label="Mobile Device"/>
4561 <int value="5" label="DVD"/>
4562 </enum>
4563
4564 <enum name="CrosDisksFilesystemType" type="int">
4565 <int value="0" label="Unknown"/>
4566 <int value="1" label="Others"/>
4567 <int value="2" label="FAT"/>
4568 <int value="3" label="exFAT"/>
4569 <int value="4" label="NTFS"/>
4570 <int value="5" label="HFS+"/>
4571 <int value="6" label="Ext2"/>
4572 <int value="7" label="Ext3"/>
4573 <int value="8" label="Ext4"/>
4574 <int value="9" label="ISO9660"/>
4575 <int value="10" label="UDF"/>
4576 </enum>
4577
4525 <enum name="DoubleGetExperimentMethods" type="int"> 4578 <enum name="DoubleGetExperimentMethods" type="int">
4526 <int value="0" label="POST"/> 4579 <int value="0" label="POST"/>
4527 <int value="1" label="GET_CACHABLE"/> 4580 <int value="1" label="GET_CACHABLE"/>
4528 <int value="2" label="GET_NON_CACHABLE"/> 4581 <int value="2" label="GET_NON_CACHABLE"/>
4529 </enum> 4582 </enum>
4530 4583
4531 <enum name="DriveCacheDBOpenStatus" type="int"> 4584 <enum name="DriveCacheDBOpenStatus" type="int">
4532 <int value="0" label="Success"/> 4585 <int value="0" label="Success"/>
4533 <int value="1" label="Corrupt database"/> 4586 <int value="1" label="Corrupt database"/>
4534 <int value="2" label="Unknown recoverable failure"/> 4587 <int value="2" label="Unknown recoverable failure"/>
(...skipping 3395 matching lines...) Expand 10 before | Expand all | Expand 10 after
7930 <fieldtrial name="SSLResumption"> 7983 <fieldtrial name="SSLResumption">
7931 <group name="Resume_Handshake" label="Session Resumption"/> 7984 <group name="Resume_Handshake" label="Session Resumption"/>
7932 <group name="Full_Handshake" label="Full"/> 7985 <group name="Full_Handshake" label="Full"/>
7933 <affected-histogram name="Net.SSL_Connection_Latency"/> 7986 <affected-histogram name="Net.SSL_Connection_Latency"/>
7934 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 7987 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
7935 </fieldtrial> 7988 </fieldtrial>
7936 7989
7937 </fieldtrials> 7990 </fieldtrials>
7938 7991
7939 </histogram-configuration> 7992 </histogram-configuration>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698