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

Issue 352583007: Added frequency stats and c-state residency to CrOS power monitor. (Closed)

Created:
6 years, 5 months ago by tmandel
Modified:
6 years, 5 months ago
CC:
chromium-reviews, telemetry+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Added frequency stats and c-state residency to CrOS power monitor. BUG=336561 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284183

Patch Set 1 #

Total comments: 1

Patch Set 2 : Moved CPU monitoring to sysfs_power_monitor.py. #

Total comments: 6

Patch Set 3 : Fixed doc comment. #

Total comments: 4

Patch Set 4 : Moved CrosSysfsPlatform to its own file. #

Patch Set 5 : Moved the unittests to be with CrosSysfsPlatform after moving files. #

Messages

Total messages: 17 (0 generated)
tmandel
I've added c-state residency and frequency data to the power monitor for ChromeOS. I also ...
6 years, 5 months ago (2014-06-27 02:03:06 UTC) #1
tonyg
This is awesome! It looks like a lot of this would work on linux and ...
6 years, 5 months ago (2014-06-27 02:13:37 UTC) #2
dbasehore
https://codereview.chromium.org/352583007/diff/1/tools/telemetry/telemetry/core/platform/power_monitor/cros_power_monitor.py File tools/telemetry/telemetry/core/platform/power_monitor/cros_power_monitor.py (right): https://codereview.chromium.org/352583007/diff/1/tools/telemetry/telemetry/core/platform/power_monitor/cros_power_monitor.py#newcode34 tools/telemetry/telemetry/core/platform/power_monitor/cros_power_monitor.py:34: _initial_power: The result of 'power_supply_info' before the test. Do ...
6 years, 5 months ago (2014-06-27 18:18:38 UTC) #3
tmandel
On 2014/06/27 02:13:37, tonyg wrote: > This is awesome! It looks like a lot of ...
6 years, 5 months ago (2014-06-27 21:19:25 UTC) #4
tmandel
I've moved the CPU monitoring parts that can be shared across platforms into sysfs_power_monitor.py and ...
6 years, 5 months ago (2014-07-01 20:11:10 UTC) #5
dbasehore
https://codereview.chromium.org/352583007/diff/80001/tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py File tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py (right): https://codereview.chromium.org/352583007/diff/80001/tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py#newcode5 tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py:5: class SysfsPlatform(object): It might be better to put this ...
6 years, 5 months ago (2014-07-08 23:47:31 UTC) #6
tbroch1
https://codereview.chromium.org/352583007/diff/80001/tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py File tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py (right): https://codereview.chromium.org/352583007/diff/80001/tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py#newcode25 tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py:25: sample: A single sample of c-state residency times to ...
6 years, 5 months ago (2014-07-10 19:19:12 UTC) #7
tmandel
PTAL Is there a preference by the owners to have the platform-specific functions in the ...
6 years, 5 months ago (2014-07-14 22:29:39 UTC) #8
tonyg
lgtm A couple of nits, but feel free to land after that. https://codereview.chromium.org/352583007/diff/100001/tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py File tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py ...
6 years, 5 months ago (2014-07-17 21:50:06 UTC) #9
tmandel
https://codereview.chromium.org/352583007/diff/100001/tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py File tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py (right): https://codereview.chromium.org/352583007/diff/100001/tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py#newcode37 tools/telemetry/telemetry/core/platform/power_monitor/sysfs_platform.py:37: class CrosSysfsPlatform(SysfsPlatform): On 2014/07/17 21:50:06, tonyg wrote: > Let's ...
6 years, 5 months ago (2014-07-17 22:59:25 UTC) #10
tmandel
The CQ bit was checked by tmandel@chromium.org
6 years, 5 months ago (2014-07-17 23:00:06 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tmandel@chromium.org/352583007/120001
6 years, 5 months ago (2014-07-17 23:01:05 UTC) #12
tmandel
The CQ bit was unchecked by tmandel@chromium.org
6 years, 5 months ago (2014-07-18 01:39:55 UTC) #13
tmandel
I forgot to move a unit test to a new file and update the imports, ...
6 years, 5 months ago (2014-07-18 01:53:13 UTC) #14
tmandel
The CQ bit was checked by tmandel@chromium.org
6 years, 5 months ago (2014-07-18 16:46:39 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tmandel@chromium.org/352583007/140001
6 years, 5 months ago (2014-07-18 16:47:47 UTC) #16
commit-bot: I haz the power
6 years, 5 months ago (2014-07-18 19:32:22 UTC) #17
Message was sent while issue was closed.
Change committed as 284183

Powered by Google App Engine
This is Rietveld 408576698