MCPcopy Create free account
hub / github.com/nodejs/node / drop_ram_caches

Method drop_ram_caches

deps/v8/tools/testrunner/local/android.py:212–215  ·  view source on GitHub ↗

Drop ran caches on device.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers 1

_RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected