Home
last modified time | relevance | path

Searched refs:memory_eater (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py28 from autotest_lib.client.common_lib.cros import memory_eater
382 with memory_eater.consume_free_memory(memory_to_reserve_mb):
384 memory_eater.MemoryEater.get_active_consumer_pids)
397 memory_eater.run_single_memory_pressure(
400 memory_eater.run_single_memory_pressure(
403 memory_eater.run_single_memory_pressure(
408 memory_eater.run_multi_memory_pressure(
413 except memory_eater.TimeoutException as e:
/external/autotest/client/common_lib/cros/
Dmemory_eater.py29 memory_eater = 'memory-eater' variable in MemoryEater
84 cmd = [self.memory_eater, '--size', str(mb), '--chunk', '128']