aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/catapult/devil/devil/android/perf/cache_control.py1
-rw-r--r--third_party/catapult/devil/devil/android/perf/thermal_throttle.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/third_party/catapult/devil/devil/android/perf/cache_control.py b/third_party/catapult/devil/devil/android/perf/cache_control.py
index 15d536d..7bd0a4e 100644
--- a/third_party/catapult/devil/devil/android/perf/cache_control.py
+++ b/third_party/catapult/devil/devil/android/perf/cache_control.py
@@ -13,3 +13,4 @@ class CacheControl(object):
"""Drops the filesystem ram caches for performance testing."""
self._device.RunShellCommand('sync', as_root=True)
self._device.WriteFile(CacheControl._DROP_CACHES, '3', as_root=True)
+
diff --git a/third_party/catapult/devil/devil/android/perf/thermal_throttle.py b/third_party/catapult/devil/devil/android/perf/thermal_throttle.py
index 2741e14..9aad4bb 100644
--- a/third_party/catapult/devil/devil/android/perf/thermal_throttle.py
+++ b/third_party/catapult/devil/devil/android/perf/thermal_throttle.py
@@ -129,3 +129,4 @@ class ThermalThrottle(object):
serial_number, btemp, degree_symbol)
return has_been_throttled
+