Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Ddo_test.py462 self.wait_for_test_results(test_procs, self.repeat_count)
468 self.wait_for_test_results([test_proc], self.repeat_count)
473 self.wait_for_test_results([test_proc], 1)
475 def wait_for_test_results(self, test_procs: List[TestProcess], repeat_count: int): member in TestManager