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 6295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6306 <histogram name="Plugin.PpapiBrokerLoadResult" enum="PluginLoadResult"> | 6306 <histogram name="Plugin.PpapiBrokerLoadResult" enum="PluginLoadResult"> |
6307 <summary>The result from an attempt to load a PPAPI broker.</summary> | 6307 <summary>The result from an attempt to load a PPAPI broker.</summary> |
6308 </histogram> | 6308 </histogram> |
6309 | 6309 |
6310 <histogram name="Plugin.PpapiPluginLoadResult" enum="PluginLoadResult"> | 6310 <histogram name="Plugin.PpapiPluginLoadResult" enum="PluginLoadResult"> |
6311 <summary>The result from an attempt to load a PPAPI plugin.</summary> | 6311 <summary>The result from an attempt to load a PPAPI plugin.</summary> |
6312 </histogram> | 6312 </histogram> |
6313 | 6313 |
6314 <histogram name="Power.BacklightLevelOnAC" units="%"> | 6314 <histogram name="Power.BacklightLevelOnAC" units="%"> |
6315 <summary> | 6315 <summary> |
6316 The level of the backlight as a percentage when the user is on AC. | 6316 The level of the backlight as a percentage when the user is on AC. Sampled |
6317 every 30 seconds. | |
6317 </summary> | 6318 </summary> |
6318 </histogram> | 6319 </histogram> |
6319 | 6320 |
6320 <histogram name="Power.BacklightLevelOnBattery" units="%"> | 6321 <histogram name="Power.BacklightLevelOnBattery" units="%"> |
6321 <summary> | 6322 <summary> |
6322 The level of the backlight as a percentage when the user is on battery. | 6323 The level of the backlight as a percentage when the user is on battery. |
6324 Sampled every 30 seconds. | |
6323 </summary> | 6325 </summary> |
6324 </histogram> | 6326 </histogram> |
6325 | 6327 |
6326 <histogram name="Power.BatteryChargeHealth" units="%"> | 6328 <histogram name="Power.BatteryChargeHealth" units="%"> |
6327 <summary> | 6329 <summary> |
6328 Chrome OS battery charge health percentage. Sampled once when device starts | 6330 Chrome OS battery charge health percentage. Sampled once when device starts |
6329 charging. | 6331 charging. |
6330 </summary> | 6332 </summary> |
6331 </histogram> | 6333 </histogram> |
6332 | 6334 |
6333 <histogram name="Power.BatteryDischargeRate"> | 6335 <histogram name="Power.BatteryDischargeRate" units="mW"> |
6334 <summary> | 6336 <summary> |
6335 Chrome OS battery discharge rate in mW sampled when the device runs on | 6337 Chrome OS battery discharge rate in mW sampled every 30 seconds while the |
6336 battery. | 6338 device runs on battery. |
6337 </summary> | 6339 </summary> |
6338 </histogram> | 6340 </histogram> |
6339 | 6341 |
6342 <histogram name="Power.BatteryDischargeRateWhileSuspended" units="mW"> | |
6343 <summary> | |
6344 Chrome OS battery discharge rate in mW while the system was suspended, | |
6345 sampled at resume. Only reported if the system was on battery power both | |
6346 before suspending and after resuming, if the energy level didn't increase | |
6347 while suspended (which would indicate that an AC adapter was connected), and | |
6348 if the system was suspended for at least a minute. | |
6349 </summary> | |
6350 </histogram> | |
6351 | |
6340 <histogram name="Power.BatteryInfoSample" enum="BatteryInfoSampleResult"> | 6352 <histogram name="Power.BatteryInfoSample" enum="BatteryInfoSampleResult"> |
6341 <summary> | 6353 <summary> |
6342 Counts the number of times we have read the battery status from sysfs and if | 6354 Counts the number of times we have read the battery status from sysfs and if |
6343 it gave us sensible values. | 6355 it gave us sensible values. |
6344 </summary> | 6356 </summary> |
6345 </histogram> | 6357 </histogram> |
6346 | 6358 |
6347 <histogram name="Power.BatteryRemainingAtEndOfSessionOnAC" units="%"> | 6359 <histogram name="Power.BatteryRemainingAtEndOfSessionOnAC" units="%"> |
6348 <summary> | 6360 <summary> |
6349 Chrome OS remaining battery charge as percent of the maximum battery charge, | 6361 Chrome OS remaining battery charge as percent of the maximum battery charge, |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6508 </summary> | 6520 </summary> |
6509 </histogram> | 6521 </histogram> |
6510 | 6522 |
6511 <histogram name="Power.KernelSuspendTimeOnBattery" units="milliseconds"> | 6523 <histogram name="Power.KernelSuspendTimeOnBattery" units="milliseconds"> |
6512 <summary> | 6524 <summary> |
6513 The time that the kernel took to suspend-to-RAM the Chrome OS device when | 6525 The time that the kernel took to suspend-to-RAM the Chrome OS device when |
6514 running on battery. | 6526 running on battery. |
6515 </summary> | 6527 </summary> |
6516 </histogram> | 6528 </histogram> |
6517 | 6529 |
6530 <histogram name="Power.KeyboardBacklightLevel" units="%"> | |
6531 <summary> | |
6532 The level of the keyboard backlight as a percentage. Sampled every 30 | |
6533 seconds. | |
6534 </summary> | |
6535 </histogram> | |
6536 | |
6537 <histogram name="Power.KeyboardBrightnessAdjust" enum="PowerBrightnessAdjust"> | |
6538 <summary> | |
6539 Number of times the user has adjusted keyboard backlight brightness up and | |
jar (doing other things)
2013/05/24 17:09:03
When is this sampled? At shutdown??? Each time t
Daniel Erat
2013/05/24 22:02:29
As discussed over IM, I've removed this histogram
| |
6540 down. | |
6541 </summary> | |
6542 </histogram> | |
6543 | |
6518 <histogram name="Power.LengthOfSession" units="seconds"> | 6544 <histogram name="Power.LengthOfSession" units="seconds"> |
6519 <summary> | 6545 <summary> |
6520 The length of time, in seconds, that a user spent in a single session. | 6546 The length of time, in seconds, that a user spent in a single session. |
6521 Values for this metric are clamped to 12 hours, so the last bucket should be | 6547 Values for this metric are clamped to 12 hours, so the last bucket should be |
6522 considered to be including all metrics above 12 hours. | 6548 considered to be including all metrics above 12 hours. |
6523 </summary> | 6549 </summary> |
6524 </histogram> | 6550 </histogram> |
6525 | 6551 |
6526 <histogram name="Power.MilliConsumptionPerHourIosOnActive"> | 6552 <histogram name="Power.MilliConsumptionPerHourIosOnActive"> |
6527 <summary> | 6553 <summary> |
(...skipping 8849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
15377 <fieldtrial name="SSLResumption"> | 15403 <fieldtrial name="SSLResumption"> |
15378 <group name="Resume_Handshake" label="Session Resumption"/> | 15404 <group name="Resume_Handshake" label="Session Resumption"/> |
15379 <group name="Full_Handshake" label="Full"/> | 15405 <group name="Full_Handshake" label="Full"/> |
15380 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15406 <affected-histogram name="Net.SSL_Connection_Latency"/> |
15381 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15407 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
15382 </fieldtrial> | 15408 </fieldtrial> |
15383 | 15409 |
15384 </fieldtrials> | 15410 </fieldtrials> |
15385 | 15411 |
15386 </histogram-configuration> | 15412 </histogram-configuration> |
OLD | NEW |