Drop ran caches on device.
(self)
| 210 | return run_inner() |
| 211 | |
| 212 | def drop_ram_caches(self): |
| 213 | """Drop ran caches on device.""" |
| 214 | cache = cache_control.CacheControl(self.device) |
| 215 | cache.DropRamCaches() |
| 216 | |
| 217 | def set_high_perf_mode(self): |
| 218 | """Set device into high performance mode.""" |