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

Unified Diff: tools/perf/measurements/page_cycler_unittest.py

Issue 1242943005: [Android] Support idle wakeup measurement with /proc/timer_stats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Working test Created 5 years, 5 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
Index: tools/perf/measurements/page_cycler_unittest.py
diff --git a/tools/perf/measurements/page_cycler_unittest.py b/tools/perf/measurements/page_cycler_unittest.py
index 78893ba3ea7c7c0381e1569e61c5165355449e72..dfaa7c670d5876d9568e9a5685d27f47227e44b3 100644
--- a/tools/perf/measurements/page_cycler_unittest.py
+++ b/tools/perf/measurements/page_cycler_unittest.py
@@ -100,6 +100,8 @@ class FakePlatform(object):
return 'fake'
def CanMonitorPower(self):
return False
+ def CanMeasureIdleWakeUps(self):
+ return False
class PageCyclerUnitTest(unittest.TestCase):
« no previous file with comments | « no previous file | tools/perf/measurements/smoothness_unittest.py » ('j') | tools/perf/measurements/smoothness_unittest.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698