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

Unified Diff: tools/telemetry/telemetry/core/platform/platform_backend.py

Issue 675843004: Telemetry: Implement idle wakeups counting on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit Created 6 years, 1 month 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
Index: tools/telemetry/telemetry/core/platform/platform_backend.py
diff --git a/tools/telemetry/telemetry/core/platform/platform_backend.py b/tools/telemetry/telemetry/core/platform/platform_backend.py
index 2d5a7869d3e18449490acc4ac21138c75dc3d94b..80649d4c11f51bca394dc0bf5f2f140ee36af87d 100644
--- a/tools/telemetry/telemetry/core/platform/platform_backend.py
+++ b/tools/telemetry/telemetry/core/platform/platform_backend.py
@@ -234,6 +234,9 @@ class PlatformBackend(object):
def CanMonitorPower(self):
return False
+ def CanMeasureIdleWakeUps(self):
+ return False
+
def CanMeasurePerApplicationPower(self):
return False

Powered by Google App Engine
This is Rietveld 408576698