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

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

Issue 15734015: chromeos: Add descriptions for power manager metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 6284 matching lines...) Expand 10 before | Expand all | Expand 10 after
6295 </summary> 6295 </summary>
6296 </histogram> 6296 </histogram>
6297 6297
6298 <histogram name="Power.BatteryDischargeRate"> 6298 <histogram name="Power.BatteryDischargeRate">
6299 <summary> 6299 <summary>
6300 Chrome OS battery discharge rate in mW sampled when the device runs on 6300 Chrome OS battery discharge rate in mW sampled when the device runs on
6301 battery. 6301 battery.
6302 </summary> 6302 </summary>
6303 </histogram> 6303 </histogram>
6304 6304
6305 <histogram name="Power.BatteryDischargeRateWhileSuspended">
6306 <summary>
6307 Chrome OS battery discharge rate in mW while the system was suspended,
Alexei Svitkine (slow) 2013/05/23 14:30:30 Please specify units="mW" above, to get the right
Daniel Erat 2013/05/24 02:07:51 Done.
6308 sampled at resume. Only reported if the system was on battery power both
6309 before suspending and after resuming and if the energy level didn't increase
6310 while suspended (which would indicate that an AC adapter was connected).
6311 </summary>
6312 </histogram>
6313
6305 <histogram name="Power.BatteryInfoSample" enum="BatteryInfoSampleResult"> 6314 <histogram name="Power.BatteryInfoSample" enum="BatteryInfoSampleResult">
6306 <summary> 6315 <summary>
6307 Counts the number of times we have read the battery status from sysfs and if 6316 Counts the number of times we have read the battery status from sysfs and if
6308 it gave us sensible values. 6317 it gave us sensible values.
6309 </summary> 6318 </summary>
6310 </histogram> 6319 </histogram>
6311 6320
6312 <histogram name="Power.BatteryRemainingAtEndOfSessionOnAC" units="%"> 6321 <histogram name="Power.BatteryRemainingAtEndOfSessionOnAC" units="%">
6313 <summary> 6322 <summary>
6314 Chrome OS remaining battery charge as percent of the maximum battery charge, 6323 Chrome OS remaining battery charge as percent of the maximum battery charge,
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
6473 </summary> 6482 </summary>
6474 </histogram> 6483 </histogram>
6475 6484
6476 <histogram name="Power.KernelSuspendTimeOnBattery" units="milliseconds"> 6485 <histogram name="Power.KernelSuspendTimeOnBattery" units="milliseconds">
6477 <summary> 6486 <summary>
6478 The time that the kernel took to suspend-to-RAM the Chrome OS device when 6487 The time that the kernel took to suspend-to-RAM the Chrome OS device when
6479 running on battery. 6488 running on battery.
6480 </summary> 6489 </summary>
6481 </histogram> 6490 </histogram>
6482 6491
6492 <histogram name="Power.KeyboardBacklightLevel" units="%">
6493 <summary>The level of the keyboard backlight as a percentage.</summary>
Alexei Svitkine (slow) 2013/05/23 14:30:30 Please mention when/how this is sampled. Is it pe
Daniel Erat 2013/05/24 02:07:51 Done.
6494 </histogram>
6495
6496 <histogram name="Power.KeyboardBrightnessAdjust" enum="PowerBrightnessAdjust">
6497 <summary>
6498 Number of times the user has adjusted keyboard backlight brightness up and
6499 down.
6500 </summary>
6501 </histogram>
6502
6483 <histogram name="Power.LengthOfSession" units="seconds"> 6503 <histogram name="Power.LengthOfSession" units="seconds">
6484 <summary> 6504 <summary>
6485 The length of time, in seconds, that a user spent in a single session. 6505 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 6506 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. 6507 considered to be including all metrics above 12 hours.
6488 </summary> 6508 </summary>
6489 </histogram> 6509 </histogram>
6490 6510
6491 <histogram name="Power.MilliConsumptionPerHourIosOnActive"> 6511 <histogram name="Power.MilliConsumptionPerHourIosOnActive">
6492 <summary> 6512 <summary>
(...skipping 8823 matching lines...) Expand 10 before | Expand all | Expand 10 after
15316 <fieldtrial name="SSLResumption"> 15336 <fieldtrial name="SSLResumption">
15317 <group name="Resume_Handshake" label="Session Resumption"/> 15337 <group name="Resume_Handshake" label="Session Resumption"/>
15318 <group name="Full_Handshake" label="Full"/> 15338 <group name="Full_Handshake" label="Full"/>
15319 <affected-histogram name="Net.SSL_Connection_Latency"/> 15339 <affected-histogram name="Net.SSL_Connection_Latency"/>
15320 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 15340 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
15321 </fieldtrial> 15341 </fieldtrial>
15322 15342
15323 </fieldtrials> 15343 </fieldtrials>
15324 15344
15325 </histogram-configuration> 15345 </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