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

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: Created 7 years, 5 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.HighUserCount.Cache_Avg" units="KB">
Alexei Svitkine (slow) 2013/07/23 19:49:04 You can make these less verbose by using a fieldtr
Denis Kuznetsov (DE-MUC) 2013/07/24 14:13:41 I could not find ProfilePictureDownload using chro
9197 <summary>
9198 Average size of user's Cache directory. Device has more than 6 users. Logged
9199 once a day, if disk usage is high.
9200 </summary>
9201 </histogram>
9202
9203 <histogram name="Platform.DiskUsage.HighUserCount.Cache_Max" units="KB">
9204 <summary>
9205 Maximum size of user's Cache directory. Device has more than 6 users. Logged
9206 once a day, if disk usage is high.
9207 </summary>
9208 </histogram>
9209
9210 <histogram name="Platform.DiskUsage.HighUserCount.Downloads_Avg" units="KB">
9211 <summary>
9212 Average size of user's Cache directory. Device has more than 6 users. Logged
9213 once a day, if disk usage is high.
9214 </summary>
9215 </histogram>
9216
9217 <histogram name="Platform.DiskUsage.HighUserCount.Downloads_Max" units="KB">
9218 <summary>
9219 Maximum size of user's Cache directory. Device has more than 6 users. Logged
9220 once a day, if disk usage is high.
9221 </summary>
9222 </histogram>
9223
9224 <histogram name="Platform.DiskUsage.HighUserCount.GCache_Avg" units="KB">
9225 <summary>
9226 Average size of user's GCache directory. Device has more than 6 users.
9227 Logged once a day, if disk usage is high.
9228 </summary>
9229 </histogram>
9230
9231 <histogram name="Platform.DiskUsage.HighUserCount.GCache_Max" units="KB">
9232 <summary>
9233 Maximum size of user's GCache directory. Device has more than 6 users.
9234 Logged once a day, if disk usage is high.
9235 </summary>
9236 </histogram>
9237
9238 <histogram name="Platform.DiskUsage.LowUserCount.Cache_Avg" units="KB">
9239 <summary>
9240 Average size of user's Cache directory. Device has 1 to 3 users. Logged once
9241 a day, if disk usage is high.
9242 </summary>
9243 </histogram>
9244
9245 <histogram name="Platform.DiskUsage.LowUserCount.Cache_Max" units="KB">
9246 <summary>
9247 Maximum size of user's Cache directory. Device has 1 to 3 users. Logged once
9248 a day, if disk usage is high.
9249 </summary>
9250 </histogram>
9251
9252 <histogram name="Platform.DiskUsage.LowUserCount.Downloads_Avg" units="KB">
9253 <summary>
9254 Average size of user's Cache directory. Device has 1 to 3 users. Logged once
9255 a day, if disk usage is high.
9256 </summary>
9257 </histogram>
9258
9259 <histogram name="Platform.DiskUsage.LowUserCount.Downloads_Max" units="KB">
9260 <summary>
9261 Maximum size of user's Cache directory. Device has 1 to 3 users. Logged once
9262 a day, if disk usage is high.
9263 </summary>
9264 </histogram>
9265
9266 <histogram name="Platform.DiskUsage.LowUserCount.GCache_Avg" units="KB">
9267 <summary>
9268 Average size of user's GCache directory. Device has 1 to 3 users. Logged
9269 once a day, if disk usage is high.
9270 </summary>
9271 </histogram>
9272
9273 <histogram name="Platform.DiskUsage.LowUserCount.GCache_Max" units="KB">
9274 <summary>
9275 Maximum size of user's GCache directory. Device has 1 to 3 users. Logged
9276 once a day, if disk usage is high.
9277 </summary>
9278 </histogram>
9279
9280 <histogram name="Platform.DiskUsage.MediumUserCount.Cache_Avg" units="KB">
9281 <summary>
9282 Average size of user's Cache directory. Device has 4 to 6 users. Logged once
9283 a day, if disk usage is high.
9284 </summary>
9285 </histogram>
9286
9287 <histogram name="Platform.DiskUsage.MediumUserCount.Cache_Max" units="KB">
9288 <summary>
9289 Maximum size of user's Cache directory. Device has 4 to 6 users. Logged once
9290 a day, if disk usage is high.
9291 </summary>
9292 </histogram>
9293
9294 <histogram name="Platform.DiskUsage.MediumUserCount.Downloads_Avg" units="KB">
9295 <summary>
9296 Average size of user's Cache directory. Device has 4 to 6 users. Logged once
9297 a day, if disk usage is high.
9298 </summary>
9299 </histogram>
9300
9301 <histogram name="Platform.DiskUsage.MediumUserCount.Downloads_Max" units="KB">
9302 <summary>
9303 Maximum size of user's Cache directory. Device has 4 to 6 users. Logged once
9304 a day, if disk usage is high.
9305 </summary>
9306 </histogram>
9307
9308 <histogram name="Platform.DiskUsage.MediumUserCount.GCache_Avg" units="KB">
9309 <summary>
9310 Average size of user's GCache directory. Device has 4 to 6 users. Logged
9311 once a day, if disk usage is high.
9312 </summary>
9313 </histogram>
9314
9315 <histogram name="Platform.DiskUsage.MediumUserCount.GCache_Max" units="KB">
9316 <summary>
9317 Maximum size of user's GCache directory. Device has 4 to 6 users. Logged
9318 once a day, if disk usage is high.
9319 </summary>
9320 </histogram>
9321
9322 <histogram name="Platform.DiskUsage.OldestUserOnDevice">
9323 <summary>
9324 Days since last login of the least recently user on device. Logged once a
9325 day, if disk usage is high.
9326 </summary>
9327 </histogram>
9328
9329 <histogram name="Platform.DiskUsage.UsersOnDevice">
9330 <summary>
9331 Number of user home dirs on device. Logged once a day, if disk usage is
9332 high.
9333 </summary>
9334 </histogram>
9335
9196 <histogram name="Platform.DiskUsageCache" units="KB"> 9336 <histogram name="Platform.DiskUsageCache" units="KB">
9197 <summary>KB in use in the /cache filesystem tree. Logged once a day.</summary> 9337 <summary>KB in use in the /cache filesystem tree. Logged once a day.</summary>
9198 </histogram> 9338 </histogram>
9199 9339
9200 <histogram name="Platform.DiskUsageChronos" units="KB"> 9340 <histogram name="Platform.DiskUsageChronos" units="KB">
9201 <summary> 9341 <summary>
9202 Chrome OS KB in use in the /home/chronos filesystem tree. Logged once a day 9342 Chrome OS KB in use in the /home/chronos filesystem tree. Logged once a day
9203 during log file cleanup. 9343 during log file cleanup.
9204 </summary> 9344 </summary>
9205 </histogram> 9345 </histogram>
(...skipping 14242 matching lines...) Expand 10 before | Expand all | Expand 10 after
23448 <group name="Disabled" label="Neither extra webstore link is visible"/> 23588 <group name="Disabled" label="Neither extra webstore link is visible"/>
23449 <group name="FooterLink" label="Link in bottom right of footer"/> 23589 <group name="FooterLink" label="Link in bottom right of footer"/>
23450 <group name="PlusIcon" label="Plus icon in apps page"/> 23590 <group name="PlusIcon" label="Plus icon in apps page"/>
23451 <affected-histogram name="Extensions.AppLaunch"/> 23591 <affected-histogram name="Extensions.AppLaunch"/>
23452 <affected-histogram name="NewTabPage.DefaultPageType"/> 23592 <affected-histogram name="NewTabPage.DefaultPageType"/>
23453 </fieldtrial> 23593 </fieldtrial>
23454 23594
23455 </fieldtrials> 23595 </fieldtrials>
23456 23596
23457 </histogram-configuration> 23597 </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