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

Unified 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: apply review feedback 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 22ab0b304a14ee9ed1da3920f74429a981173668..917a4bc36c022657f72ad5f0f7e712a69a2a588f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6278,13 +6278,15 @@ other types of suffix sets.
<histogram name="Power.BacklightLevelOnAC" units="%">
<summary>
- The level of the backlight as a percentage when the user is on AC.
+ The level of the backlight as a percentage when the user is on AC. Sampled
+ 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
</summary>
</histogram>
<histogram name="Power.BacklightLevelOnBattery" units="%">
<summary>
The level of the backlight as a percentage when the user is on battery.
+ Sampled periodically.
</summary>
</histogram>
@@ -6295,13 +6297,22 @@ other types of suffix sets.
</summary>
</histogram>
-<histogram name="Power.BatteryDischargeRate">
+<histogram name="Power.BatteryDischargeRate" units="mW">
<summary>
Chrome OS battery discharge rate in mW sampled when the device runs on
battery.
</summary>
</histogram>
+<histogram name="Power.BatteryDischargeRateWhileSuspended" units="mW">
+ <summary>
+ Chrome OS battery discharge rate in mW while the system was suspended,
+ sampled at resume. Only reported if the system was on battery power both
+ before suspending and after resuming and if the energy level didn't increase
+ while suspended (which would indicate that an AC adapter was connected).
+ </summary>
+</histogram>
+
<histogram name="Power.BatteryInfoSample" enum="BatteryInfoSampleResult">
<summary>
Counts the number of times we have read the battery status from sysfs and if
@@ -6480,6 +6491,19 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Power.KeyboardBacklightLevel" units="%">
+ <summary>
+ The level of the keyboard backlight as a percentage. Sampled periodically.
+ </summary>
+</histogram>
+
+<histogram name="Power.KeyboardBrightnessAdjust" enum="PowerBrightnessAdjust">
+ <summary>
+ Number of times the user has adjusted keyboard backlight brightness up and
+ down.
+ </summary>
+</histogram>
+
<histogram name="Power.LengthOfSession" units="seconds">
<summary>
The length of time, in seconds, that a user spent in a single session.
« 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