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

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: Fix final nits 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.Cache_Avg" units="KB">
9197 <summary>
9198 Average size of user's Cache directory. Logged once a day, if disk usage is
9199 high.
9200 </summary>
9201 </histogram>
9202
9203 <histogram name="Platform.DiskUsage.Cache_Max" units="KB">
9204 <summary>
9205 Maximum size of user's Cache directory. Logged once a day, if disk usage is
9206 high.
9207 </summary>
9208 </histogram>
9209
9210 <histogram name="Platform.DiskUsage.Downloads_Avg" units="KB">
9211 <summary>
9212 Average size of user's Cache directory. Logged once a day, if disk usage is
9213 high.
9214 </summary>
9215 </histogram>
9216
9217 <histogram name="Platform.DiskUsage.Downloads_Max" units="KB">
9218 <summary>
9219 Maximum size of user's Cache directory. Logged once a day, if disk usage is
9220 high.
9221 </summary>
9222 </histogram>
9223
9224 <histogram name="Platform.DiskUsage.GCache_Avg" units="KB">
9225 <summary>
9226 Average size of user's GCache directory. Logged once a day, if disk usage is
9227 high.
9228 </summary>
9229 </histogram>
9230
9231 <histogram name="Platform.DiskUsage.GCache_Max" units="KB">
9232 <summary>
9233 Maximum size of user's GCache directory. Logged once a day, if disk usage is
9234 high.
9235 </summary>
9236 </histogram>
9237
9238 <histogram name="Platform.DiskUsage.OldestUserOnDevice">
9239 <summary>
9240 Days since last login of the least recently user on device. Logged once a
9241 day, if disk usage is high.
9242 </summary>
9243 </histogram>
9244
9245 <histogram name="Platform.DiskUsage.UsersOnDevice">
9246 <summary>
9247 Number of user home dirs on device. Logged once a day, if disk usage is
9248 high.
9249 </summary>
9250 </histogram>
9251
9196 <histogram name="Platform.DiskUsageCache" units="KB"> 9252 <histogram name="Platform.DiskUsageCache" units="KB">
9197 <summary>KB in use in the /cache filesystem tree. Logged once a day.</summary> 9253 <summary>KB in use in the /cache filesystem tree. Logged once a day.</summary>
9198 </histogram> 9254 </histogram>
9199 9255
9200 <histogram name="Platform.DiskUsageChronos" units="KB"> 9256 <histogram name="Platform.DiskUsageChronos" units="KB">
9201 <summary> 9257 <summary>
9202 Chrome OS KB in use in the /home/chronos filesystem tree. Logged once a day 9258 Chrome OS KB in use in the /home/chronos filesystem tree. Logged once a day
9203 during log file cleanup. 9259 during log file cleanup.
9204 </summary> 9260 </summary>
9205 </histogram> 9261 </histogram>
(...skipping 12442 matching lines...) Expand 10 before | Expand all | Expand 10 after
21648 <affected-histogram name="Profile.AppCount"/> 21704 <affected-histogram name="Profile.AppCount"/>
21649 </fieldtrial> 21705 </fieldtrial>
21650 21706
21651 <fieldtrial name="DefaultPinnedApps"> 21707 <fieldtrial name="DefaultPinnedApps">
21652 <group name="Existing"/> 21708 <group name="Existing"/>
21653 <group name="Control"/> 21709 <group name="Control"/>
21654 <group name="Alternate"/> 21710 <group name="Alternate"/>
21655 <affected-histogram name="Cros.ClickOnShelf"/> 21711 <affected-histogram name="Cros.ClickOnShelf"/>
21656 </fieldtrial> 21712 </fieldtrial>
21657 21713
21714 <fieldtrial name="DiskUsagePerUserCount" separator=".">
21715 <group name="1User" label="Only 1 user exists on device."/>
21716 <group name="2Users" label="2 users exist on device."/>
21717 <group name="3Users" label="3 users exist on device."/>
21718 <group name="4Users" label="4 users exist on device."/>
21719 <group name="5Users" label="5 users exist on device."/>
21720 <group name="6Users" label="6 users exist on device."/>
21721 <group name="7OrMoreUsers" label="7 or more users exist on device."/>
21722 <affected-histogram name="Platform.DiskUsage.Cache_Avg"/>
21723 <affected-histogram name="Platform.DiskUsage.Cache_Max"/>
21724 <affected-histogram name="Platform.DiskUsage.Downloads_Avg"/>
21725 <affected-histogram name="Platform.DiskUsage.Downloads_Max"/>
21726 <affected-histogram name="Platform.DiskUsage.GCache_Avg"/>
21727 <affected-histogram name="Platform.DiskUsage.GCache_Max"/>
21728 </fieldtrial>
21729
21658 <fieldtrial name="DnsImpact2"> 21730 <fieldtrial name="DnsImpact2">
21659 <group name="disabled_prefetch" 21731 <group name="disabled_prefetch"
21660 label="DNS pre-resolving is disabled in these clients"/> 21732 label="DNS pre-resolving is disabled in these clients"/>
21661 <group name="disabled_prefetch_4_connections" 21733 <group name="disabled_prefetch_4_connections"
21662 label="DNS pre-resolving is disabled in these clients, and a maximum of 21734 label="DNS pre-resolving is disabled in these clients, and a maximum of
21663 4 connections per host was allowed"/> 21735 4 connections per host was allowed"/>
21664 <group name="enabled_prefetch_4_connections" 21736 <group name="enabled_prefetch_4_connections"
21665 label="a maximum of 4 connections per host was allowed in these clients"/> 21737 label="a maximum of 4 connections per host was allowed in these clients"/>
21666 <group name="parallel_4_prefetch" 21738 <group name="parallel_4_prefetch"
21667 label="DNS pre-resolving was only doing 4 concurrent speculative 21739 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"/> 23520 <group name="Disabled" label="Neither extra webstore link is visible"/>
23449 <group name="FooterLink" label="Link in bottom right of footer"/> 23521 <group name="FooterLink" label="Link in bottom right of footer"/>
23450 <group name="PlusIcon" label="Plus icon in apps page"/> 23522 <group name="PlusIcon" label="Plus icon in apps page"/>
23451 <affected-histogram name="Extensions.AppLaunch"/> 23523 <affected-histogram name="Extensions.AppLaunch"/>
23452 <affected-histogram name="NewTabPage.DefaultPageType"/> 23524 <affected-histogram name="NewTabPage.DefaultPageType"/>
23453 </fieldtrial> 23525 </fieldtrial>
23454 23526
23455 </fieldtrials> 23527 </fieldtrials>
23456 23528
23457 </histogram-configuration> 23529 </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