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 6260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6271 <histogram name="Plugin.PpapiBrokerLoadResult" enum="PluginLoadResult"> | 6271 <histogram name="Plugin.PpapiBrokerLoadResult" enum="PluginLoadResult"> |
6272 <summary>The result from an attempt to load a PPAPI broker.</summary> | 6272 <summary>The result from an attempt to load a PPAPI broker.</summary> |
6273 </histogram> | 6273 </histogram> |
6274 | 6274 |
6275 <histogram name="Plugin.PpapiPluginLoadResult" enum="PluginLoadResult"> | 6275 <histogram name="Plugin.PpapiPluginLoadResult" enum="PluginLoadResult"> |
6276 <summary>The result from an attempt to load a PPAPI plugin.</summary> | 6276 <summary>The result from an attempt to load a PPAPI plugin.</summary> |
6277 </histogram> | 6277 </histogram> |
6278 | 6278 |
6279 <histogram name="Power.BacklightLevelOnAC" units="%"> | 6279 <histogram name="Power.BacklightLevelOnAC" units="%"> |
6280 <summary> | 6280 <summary> |
6281 The level of the backlight as a percentage when the user is on AC. | 6281 The level of the backlight as a percentage when the user is on AC. Sampled |
6282 periodically. | |
Alexei Svitkine (slow)
2013/05/24 14:48:47
Nit: Mention how frequently. Here and in the other
Daniel Erat
2013/05/24 15:00:23
Sure (although I'm concerned about the likelihood
| |
6282 </summary> | 6283 </summary> |
6283 </histogram> | 6284 </histogram> |
6284 | 6285 |
6285 <histogram name="Power.BacklightLevelOnBattery" units="%"> | 6286 <histogram name="Power.BacklightLevelOnBattery" units="%"> |
6286 <summary> | 6287 <summary> |
6287 The level of the backlight as a percentage when the user is on battery. | 6288 The level of the backlight as a percentage when the user is on battery. |
6289 Sampled periodically. | |
6288 </summary> | 6290 </summary> |
6289 </histogram> | 6291 </histogram> |
6290 | 6292 |
6291 <histogram name="Power.BatteryChargeHealth" units="%"> | 6293 <histogram name="Power.BatteryChargeHealth" units="%"> |
6292 <summary> | 6294 <summary> |
6293 Chrome OS battery charge health percentage. Sampled once when device starts | 6295 Chrome OS battery charge health percentage. Sampled once when device starts |
6294 charging. | 6296 charging. |
6295 </summary> | 6297 </summary> |
6296 </histogram> | 6298 </histogram> |
6297 | 6299 |
6298 <histogram name="Power.BatteryDischargeRate"> | 6300 <histogram name="Power.BatteryDischargeRate" units="mW"> |
6299 <summary> | 6301 <summary> |
6300 Chrome OS battery discharge rate in mW sampled when the device runs on | 6302 Chrome OS battery discharge rate in mW sampled when the device runs on |
6301 battery. | 6303 battery. |
6302 </summary> | 6304 </summary> |
6303 </histogram> | 6305 </histogram> |
6304 | 6306 |
6307 <histogram name="Power.BatteryDischargeRateWhileSuspended" units="mW"> | |
6308 <summary> | |
6309 Chrome OS battery discharge rate in mW while the system was suspended, | |
6310 sampled at resume. Only reported if the system was on battery power both | |
6311 before suspending and after resuming and if the energy level didn't increase | |
6312 while suspended (which would indicate that an AC adapter was connected). | |
6313 </summary> | |
6314 </histogram> | |
6315 | |
6305 <histogram name="Power.BatteryInfoSample" enum="BatteryInfoSampleResult"> | 6316 <histogram name="Power.BatteryInfoSample" enum="BatteryInfoSampleResult"> |
6306 <summary> | 6317 <summary> |
6307 Counts the number of times we have read the battery status from sysfs and if | 6318 Counts the number of times we have read the battery status from sysfs and if |
6308 it gave us sensible values. | 6319 it gave us sensible values. |
6309 </summary> | 6320 </summary> |
6310 </histogram> | 6321 </histogram> |
6311 | 6322 |
6312 <histogram name="Power.BatteryRemainingAtEndOfSessionOnAC" units="%"> | 6323 <histogram name="Power.BatteryRemainingAtEndOfSessionOnAC" units="%"> |
6313 <summary> | 6324 <summary> |
6314 Chrome OS remaining battery charge as percent of the maximum battery charge, | 6325 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... | |
6473 </summary> | 6484 </summary> |
6474 </histogram> | 6485 </histogram> |
6475 | 6486 |
6476 <histogram name="Power.KernelSuspendTimeOnBattery" units="milliseconds"> | 6487 <histogram name="Power.KernelSuspendTimeOnBattery" units="milliseconds"> |
6477 <summary> | 6488 <summary> |
6478 The time that the kernel took to suspend-to-RAM the Chrome OS device when | 6489 The time that the kernel took to suspend-to-RAM the Chrome OS device when |
6479 running on battery. | 6490 running on battery. |
6480 </summary> | 6491 </summary> |
6481 </histogram> | 6492 </histogram> |
6482 | 6493 |
6494 <histogram name="Power.KeyboardBacklightLevel" units="%"> | |
6495 <summary> | |
6496 The level of the keyboard backlight as a percentage. Sampled periodically. | |
6497 </summary> | |
6498 </histogram> | |
6499 | |
6500 <histogram name="Power.KeyboardBrightnessAdjust" enum="PowerBrightnessAdjust"> | |
6501 <summary> | |
6502 Number of times the user has adjusted keyboard backlight brightness up and | |
6503 down. | |
6504 </summary> | |
6505 </histogram> | |
6506 | |
6483 <histogram name="Power.LengthOfSession" units="seconds"> | 6507 <histogram name="Power.LengthOfSession" units="seconds"> |
6484 <summary> | 6508 <summary> |
6485 The length of time, in seconds, that a user spent in a single session. | 6509 The length of time, in seconds, that a user spent in a single session. |
6486 Values for this metric are clamped to 12 hours, so the last bucket should be | 6510 Values for this metric are clamped to 12 hours, so the last bucket should be |
6487 considered to be including all metrics above 12 hours. | 6511 considered to be including all metrics above 12 hours. |
6488 </summary> | 6512 </summary> |
6489 </histogram> | 6513 </histogram> |
6490 | 6514 |
6491 <histogram name="Power.MilliConsumptionPerHourIosOnActive"> | 6515 <histogram name="Power.MilliConsumptionPerHourIosOnActive"> |
6492 <summary> | 6516 <summary> |
(...skipping 8823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
15316 <fieldtrial name="SSLResumption"> | 15340 <fieldtrial name="SSLResumption"> |
15317 <group name="Resume_Handshake" label="Session Resumption"/> | 15341 <group name="Resume_Handshake" label="Session Resumption"/> |
15318 <group name="Full_Handshake" label="Full"/> | 15342 <group name="Full_Handshake" label="Full"/> |
15319 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15343 <affected-histogram name="Net.SSL_Connection_Latency"/> |
15320 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15344 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
15321 </fieldtrial> | 15345 </fieldtrial> |
15322 | 15346 |
15323 </fieldtrials> | 15347 </fieldtrials> |
15324 | 15348 |
15325 </histogram-configuration> | 15349 </histogram-configuration> |
OLD | NEW |