Searched refs:timeout_stop (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/samples/ |
D | profilertest.srv | 7 def add_profilers(at, profilers, timeout_sync, timeout_start, timeout_stop, 15 "timeout_start=%d, timeout_stop=%d, " 17 % (timeout_sync, timeout_start, timeout_stop, 58 timeout_stop = 60 65 timeout_start, timeout_stop, machines, name))
|
/external/autotest/client/tests/profiler_sync/ |
D | profiler_sync.py | 12 def execute(self, timeout_sync, timeout_start, timeout_stop, argument 42 b3 = self.job.barrier(hostid, "stop_profilers", timeout_stop, 49 b4 = self.job.barrier(hostid, "finish_profilers", timeout_stop,
|
/external/autotest/server/ |
D | standalone_profiler.py | 37 def generate_test(machines, hostname, profilers, timeout_start, timeout_stop, argument 64 (timeout_sync, timeout_start, timeout_stop,
|