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

Issue 164133002: [Telemetry] Refactor mac power monitoring to use the base PowerMonitor class. (Closed)

Created:
6 years, 10 months ago by qsr
Modified:
6 years, 10 months ago
Reviewers:
tonyg, jeremy
CC:
chromium-reviews, chrome-speed-team+watch_google.com, telemetry+watch_chromium.org
Visibility:
Public.

Description

[Telemetry] Refactor mac power monitoring to use the base PowerMonitor class. R=jeremy@chromium.org,tonyg@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=252042

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move back os definition to module level. #

Patch Set 3 : Fix comment #

Patch Set 4 : MIssingb lank line #

Total comments: 8

Patch Set 5 : Refactor platform factor #

Patch Set 6 : Remove unit test #

Total comments: 2

Patch Set 7 : Follow review #

Messages

Total messages: 25 (0 generated)
qsr
6 years, 10 months ago (2014-02-13 17:40:12 UTC) #1
qsr
Tony, Jeremy, is there any try bot that can check this change? I do not ...
6 years, 10 months ago (2014-02-13 17:40:55 UTC) #2
tonyg
The mac_rel trybot runs telemetry_unittests. I've checked the box on this patch. This change lg2m, ...
6 years, 10 months ago (2014-02-13 17:53:10 UTC) #3
qsr
https://codereview.chromium.org/164133002/diff/1/tools/telemetry/telemetry/core/platform/mac_platform_backend.py File tools/telemetry/telemetry/core/platform/mac_platform_backend.py (right): https://codereview.chromium.org/164133002/diff/1/tools/telemetry/telemetry/core/platform/mac_platform_backend.py#newcode31 tools/telemetry/telemetry/core/platform/mac_platform_backend.py:31: self.MAVERICKS = platform_backend.OSVersion('mavericks', 10.9) On 2014/02/13 17:53:10, tonyg wrote: ...
6 years, 10 months ago (2014-02-14 10:53:44 UTC) #4
tonyg
On 2014/02/14 10:53:44, qsr wrote: > https://codereview.chromium.org/164133002/diff/1/tools/telemetry/telemetry/core/platform/mac_platform_backend.py > File tools/telemetry/telemetry/core/platform/mac_platform_backend.py (right): > > https://codereview.chromium.org/164133002/diff/1/tools/telemetry/telemetry/core/platform/mac_platform_backend.py#newcode31 > ...
6 years, 10 months ago (2014-02-14 14:53:27 UTC) #5
qsr
Not sure to understand what you mean by ignoring you :) Do you want me ...
6 years, 10 months ago (2014-02-14 15:52:03 UTC) #6
tonyg
On 2014/02/14 15:52:03, qsr wrote: > Not sure to understand what you mean by ignoring ...
6 years, 10 months ago (2014-02-14 16:14:18 UTC) #7
qsr
On 2014/02/14 16:14:18, tonyg wrote: > On 2014/02/14 15:52:03, qsr wrote: > > Not sure ...
6 years, 10 months ago (2014-02-14 16:27:10 UTC) #8
jeremy
https://codereview.chromium.org/164133002/diff/240001/tools/telemetry/telemetry/core/platform/__init__.py File tools/telemetry/telemetry/core/platform/__init__.py (right): https://codereview.chromium.org/164133002/diff/240001/tools/telemetry/telemetry/core/platform/__init__.py#newcode239 tools/telemetry/telemetry/core/platform/__init__.py:239: from telemetry.core.platform import win_platform_backend nit: newline between imports and ...
6 years, 10 months ago (2014-02-16 12:57:10 UTC) #9
qsr
https://codereview.chromium.org/164133002/diff/240001/tools/telemetry/telemetry/core/platform/__init__.py File tools/telemetry/telemetry/core/platform/__init__.py (right): https://codereview.chromium.org/164133002/diff/240001/tools/telemetry/telemetry/core/platform/__init__.py#newcode239 tools/telemetry/telemetry/core/platform/__init__.py:239: from telemetry.core.platform import win_platform_backend On 2014/02/16 12:57:11, jeremy wrote: ...
6 years, 10 months ago (2014-02-17 12:38:05 UTC) #10
qsr
https://codereview.chromium.org/164133002/diff/240001/tools/telemetry/telemetry/core/platform/__init__.py File tools/telemetry/telemetry/core/platform/__init__.py (right): https://codereview.chromium.org/164133002/diff/240001/tools/telemetry/telemetry/core/platform/__init__.py#newcode239 tools/telemetry/telemetry/core/platform/__init__.py:239: from telemetry.core.platform import win_platform_backend On 2014/02/16 12:57:11, jeremy wrote: ...
6 years, 10 months ago (2014-02-17 12:38:05 UTC) #11
jeremy
lgtm++ with unit test removal https://codereview.chromium.org/164133002/diff/240001/tools/telemetry/telemetry/core/platform/power_monitor/powermetrics_power_monitor_unittest.py File tools/telemetry/telemetry/core/platform/power_monitor/powermetrics_power_monitor_unittest.py (right): https://codereview.chromium.org/164133002/diff/240001/tools/telemetry/telemetry/core/platform/power_monitor/powermetrics_power_monitor_unittest.py#newcode16 tools/telemetry/telemetry/core/platform/power_monitor/powermetrics_power_monitor_unittest.py:16: def testCanCreateMonitor(self): Getting PowerMetrics ...
6 years, 10 months ago (2014-02-18 09:24:15 UTC) #12
qsr
https://codereview.chromium.org/164133002/diff/240001/tools/telemetry/telemetry/core/platform/power_monitor/powermetrics_power_monitor_unittest.py File tools/telemetry/telemetry/core/platform/power_monitor/powermetrics_power_monitor_unittest.py (right): https://codereview.chromium.org/164133002/diff/240001/tools/telemetry/telemetry/core/platform/power_monitor/powermetrics_power_monitor_unittest.py#newcode16 tools/telemetry/telemetry/core/platform/power_monitor/powermetrics_power_monitor_unittest.py:16: def testCanCreateMonitor(self): On 2014/02/18 09:24:16, jeremy wrote: > Getting ...
6 years, 10 months ago (2014-02-18 09:28:02 UTC) #13
qsr
The CQ bit was checked by qsr@chromium.org
6 years, 10 months ago (2014-02-18 09:28:07 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/164133002/490001
6 years, 10 months ago (2014-02-18 09:28:22 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-18 09:32:20 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel
6 years, 10 months ago (2014-02-18 09:32:20 UTC) #17
qsr
On 2014/02/18 09:32:20, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 10 months ago (2014-02-18 09:59:08 UTC) #18
tonyg
lgtm https://codereview.chromium.org/164133002/diff/490001/tools/telemetry/telemetry/core/platform/factory.py File tools/telemetry/telemetry/core/platform/factory.py (right): https://codereview.chromium.org/164133002/diff/490001/tools/telemetry/telemetry/core/platform/factory.py#newcode11 tools/telemetry/telemetry/core/platform/factory.py:11: def CreatePlatformBackendForCurrentOS(): Should we add @decorators.Cache to this ...
6 years, 10 months ago (2014-02-19 02:33:57 UTC) #19
qsr
https://codereview.chromium.org/164133002/diff/490001/tools/telemetry/telemetry/core/platform/factory.py File tools/telemetry/telemetry/core/platform/factory.py (right): https://codereview.chromium.org/164133002/diff/490001/tools/telemetry/telemetry/core/platform/factory.py#newcode11 tools/telemetry/telemetry/core/platform/factory.py:11: def CreatePlatformBackendForCurrentOS(): On 2014/02/19 02:33:57, tonyg wrote: > Should ...
6 years, 10 months ago (2014-02-19 08:43:22 UTC) #20
qsr
The CQ bit was checked by qsr@chromium.org
6 years, 10 months ago (2014-02-19 08:43:58 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/164133002/640001
6 years, 10 months ago (2014-02-19 08:44:08 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/164133002/640001
6 years, 10 months ago (2014-02-19 14:50:48 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/qsr@chromium.org/164133002/640001
6 years, 10 months ago (2014-02-19 15:26:24 UTC) #24
commit-bot: I haz the power
6 years, 10 months ago (2014-02-19 19:34:22 UTC) #25
Message was sent while issue was closed.
Change committed as 252042

Powered by Google App Engine
This is Rietveld 408576698