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

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

Issue 19700006: Add new metrics descriptions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change wording a bit Created 7 years, 4 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 9175 matching lines...) Expand 10 before | Expand all | Expand 10 after
9186 </summary> 9186 </summary>
9187 </histogram> 9187 </histogram>
9188 9188
9189 <histogram name="Platform.CrOSEvent" enum="CrosEventEnum"> 9189 <histogram name="Platform.CrOSEvent" enum="CrosEventEnum">
9190 <summary> 9190 <summary>
9191 Generic event of interest from Chrome OS. Intended mainly to help assess 9191 Generic event of interest from Chrome OS. Intended mainly to help assess
9192 the frequency of rare error conditions. 9192 the frequency of rare error conditions.
9193 </summary> 9193 </summary>
9194 </histogram> 9194 </histogram>
9195 9195
9196 <histogram name="Platform.DiskUsage.1User" units="KB">
9197 <summary>
9198 Statistics on pass-through directory usage. Device has exactly 1 user.
9199 Logged once a day, if free disk space is below 1GB.
9200 </summary>
9201 </histogram>
9202
9203 <histogram name="Platform.DiskUsage.2Users" units="KB">
9204 <summary>
9205 Statistics on pass-through directory usage. Device has exactly 2 users.
9206 Logged once a day, if free disk space is below 1GB.
9207 </summary>
9208 </histogram>
9209
9210 <histogram name="Platform.DiskUsage.3Users" units="KB">
9211 <summary>
9212 Statistics on pass-through directory usage. Device has exactly 3 users.
9213 Logged once a day, if free disk space is below 1GB.
9214 </summary>
9215 </histogram>
9216
9217 <histogram name="Platform.DiskUsage.4Users" units="KB">
9218 <summary>
9219 Statistics on pass-through directory usage. Device has exactly 4 users.
9220 Logged once a day, if free disk space is below 1GB.
9221 </summary>
9222 </histogram>
9223
9224 <histogram name="Platform.DiskUsage.5Users" units="KB">
9225 <summary>
9226 Statistics on pass-through directory usage. Device has exactly 5 users.
9227 Logged once a day, if free disk space is below 1GB.
9228 </summary>
9229 </histogram>
9230
9231 <histogram name="Platform.DiskUsage.6Users" units="KB">
9232 <summary>
9233 Statistics on pass-through directory usage. Device has exactly 6 users.
9234 Logged once a day, if free disk space is below 1GB.
9235 </summary>
9236 </histogram>
9237
9238 <histogram name="Platform.DiskUsage.7OrMoreUsers" units="KB">
9239 <summary>
9240 Statistics on pass-through directory usage. Device has at least 7 users.
9241 Logged once a day, if free disk space is below 1GB.
9242 </summary>
9243 </histogram>
9244
9245 <histogram name="Platform.DiskUsage.OldestUserOnDevice">
9246 <summary>
9247 Days since last login of the least recently user on device. Logged once a
9248 day, if disk usage is high.
9249 </summary>
9250 </histogram>
9251
9252 <histogram name="Platform.DiskUsage.UsersOnDevice">
9253 <summary>
9254 Number of user home dirs on device. Logged once a day, if disk usage is
9255 high.
9256 </summary>
9257 </histogram>
9258
9196 <histogram name="Platform.DiskUsageCache" units="KB"> 9259 <histogram name="Platform.DiskUsageCache" units="KB">
9197 <summary>KB in use in the /cache filesystem tree. Logged once a day.</summary> 9260 <summary>KB in use in the /cache filesystem tree. Logged once a day.</summary>
9198 </histogram> 9261 </histogram>
9199 9262
9200 <histogram name="Platform.DiskUsageChronos" units="KB"> 9263 <histogram name="Platform.DiskUsageChronos" units="KB">
9201 <summary> 9264 <summary>
9202 Chrome OS KB in use in the /home/chronos filesystem tree. Logged once a day 9265 Chrome OS KB in use in the /home/chronos filesystem tree. Logged once a day
9203 during log file cleanup. 9266 during log file cleanup.
9204 </summary> 9267 </summary>
9205 </histogram> 9268 </histogram>
(...skipping 12442 matching lines...) Expand 10 before | Expand all | Expand 10 after
21648 <affected-histogram name="Profile.AppCount"/> 21711 <affected-histogram name="Profile.AppCount"/>
21649 </fieldtrial> 21712 </fieldtrial>
21650 21713
21651 <fieldtrial name="DefaultPinnedApps"> 21714 <fieldtrial name="DefaultPinnedApps">
21652 <group name="Existing"/> 21715 <group name="Existing"/>
21653 <group name="Control"/> 21716 <group name="Control"/>
21654 <group name="Alternate"/> 21717 <group name="Alternate"/>
21655 <affected-histogram name="Cros.ClickOnShelf"/> 21718 <affected-histogram name="Cros.ClickOnShelf"/>
21656 </fieldtrial> 21719 </fieldtrial>
21657 21720
21721 <fieldtrial name="DiskUsagePerDirectory" separator=".">
21722 <group name="Cache_Avg"/>
Alexei Svitkine (slow) 2013/07/24 18:55:17 Please add a label="..." attribute explaining thes
21723 <group name="Cache_Max"/>
21724 <group name="Downloads_Avg"/>
21725 <group name="Downloads_Max"/>
21726 <group name="GCache_Avg"/>
21727 <group name="GCache_Max"/>
21728 <group name="Bookmark"/>
21729 <affected-histogram name="Platform.DiskUsage.1User"/>
Alexei Svitkine (slow) 2013/07/24 18:55:17 I'm not sure if you already submitted the other CL
Denis Kuznetsov (DE-MUC) 2013/07/25 17:04:36 Done.
21730 <affected-histogram name="Platform.DiskUsage.2Users"/>
21731 <affected-histogram name="Platform.DiskUsage.3Users"/>
21732 <affected-histogram name="Platform.DiskUsage.4Users"/>
21733 <affected-histogram name="Platform.DiskUsage.5Users"/>
21734 <affected-histogram name="Platform.DiskUsage.6Users"/>
21735 <affected-histogram name="Platform.DiskUsage.7OrMoreUsers"/>
21736 </fieldtrial>
21737
21658 <fieldtrial name="DnsImpact2"> 21738 <fieldtrial name="DnsImpact2">
21659 <group name="disabled_prefetch" 21739 <group name="disabled_prefetch"
21660 label="DNS pre-resolving is disabled in these clients"/> 21740 label="DNS pre-resolving is disabled in these clients"/>
21661 <group name="disabled_prefetch_4_connections" 21741 <group name="disabled_prefetch_4_connections"
21662 label="DNS pre-resolving is disabled in these clients, and a maximum of 21742 label="DNS pre-resolving is disabled in these clients, and a maximum of
21663 4 connections per host was allowed"/> 21743 4 connections per host was allowed"/>
21664 <group name="enabled_prefetch_4_connections" 21744 <group name="enabled_prefetch_4_connections"
21665 label="a maximum of 4 connections per host was allowed in these clients"/> 21745 label="a maximum of 4 connections per host was allowed in these clients"/>
21666 <group name="parallel_4_prefetch" 21746 <group name="parallel_4_prefetch"
21667 label="DNS pre-resolving was only doing 4 concurrent speculative 21747 label="DNS pre-resolving was only doing 4 concurrent speculative
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after
23448 <group name="Disabled" label="Neither extra webstore link is visible"/> 23528 <group name="Disabled" label="Neither extra webstore link is visible"/>
23449 <group name="FooterLink" label="Link in bottom right of footer"/> 23529 <group name="FooterLink" label="Link in bottom right of footer"/>
23450 <group name="PlusIcon" label="Plus icon in apps page"/> 23530 <group name="PlusIcon" label="Plus icon in apps page"/>
23451 <affected-histogram name="Extensions.AppLaunch"/> 23531 <affected-histogram name="Extensions.AppLaunch"/>
23452 <affected-histogram name="NewTabPage.DefaultPageType"/> 23532 <affected-histogram name="NewTabPage.DefaultPageType"/>
23453 </fieldtrial> 23533 </fieldtrial>
23454 23534
23455 </fieldtrials> 23535 </fieldtrials>
23456 23536
23457 </histogram-configuration> 23537 </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