OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeout_start
(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,
17
@param
timeout_start
: Seconds to wait for each of the initial
29
b0 = self.job.barrier(hostid, "sync_profilers",
timeout_start
,
33
b1 = self.job.barrier(hostid, "start_profilers",
timeout_start
,
/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,
44
@param
timeout_start
: how many seconds to wait in profiler_sync for the
58
(timeout_sync,
timeout_start
, timeout_stop,
Completed in 152 milliseconds