HomeSort by relevance Sort by last modified time
    Searched refs:timeout_stop (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/tests/profiler_sync/
profiler_sync.py 12 def execute(self, timeout_sync, timeout_start, timeout_stop,
20 @param timeout_stop: Seconds to wait for this host and the master to
42 b3 = self.job.barrier(hostid, "stop_profilers", timeout_stop,
49 b4 = self.job.barrier(hostid, "finish_profilers", timeout_stop,
  /external/autotest/server/
standalone_profiler.py 18 " timeout_start=%r, timeout_stop=%r,\n"
31 def generate_test(machines, hostname, profilers, timeout_start, timeout_stop,
46 @param timeout_stop: how many seconds to wait in profiler_sync for the
58 (timeout_sync, timeout_start, timeout_stop,

Completed in 1296 milliseconds