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

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: restore deprecated histograms 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 bd799a0e4cf00236e444701fc3212cade57d85bb..c1e0f5cf13b4c2a67f5c8ea9bb8ddb30ecddd8f3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6313,13 +6313,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
+ every 30 seconds.
</summary>
</histogram>
<histogram name="Power.BacklightLevelOnBattery" units="%">
<summary>
The level of the backlight as a percentage when the user is on battery.
+ Sampled every 30 seconds.
</summary>
</histogram>
@@ -6330,10 +6332,20 @@ 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.
+ Chrome OS battery discharge rate in mW sampled every 30 seconds while 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, if the energy level didn't increase
+ while suspended (which would indicate that an AC adapter was connected), and
+ if the system was suspended for at least a minute.
</summary>
</histogram>
@@ -6418,6 +6430,10 @@ other types of suffix sets.
</histogram>
<histogram name="Power.BrightnessAdjustOnAC" enum="PowerBrightnessAdjust">
+ <obsolete>
+ Deprecated as of 5/2013. See Accel_BrightnessDown_F6 and
+ Accel_BrightnessUp_F7 user actions instead.
+ </obsolete>
<summary>
Number of times the user has adjusted brightness up and down while running
on battery power.
@@ -6425,6 +6441,10 @@ other types of suffix sets.
</histogram>
<histogram name="Power.BrightnessAdjustOnBattery" enum="PowerBrightnessAdjust">
+ <obsolete>
+ Deprecated as of 5/2013. See Accel_BrightnessDown_F6 and
+ Accel_BrightnessUp_F7 user actions instead.
+ </obsolete>
<summary>
Number of times the user has adjusted brightness up and down while running
on AC power.
@@ -6515,6 +6535,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Power.KeyboardBacklightLevel" units="%">
+ <summary>
+ The level of the keyboard backlight as a percentage. Sampled every 30
+ seconds.
+ </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