OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:job_start
(Results
1 - 6
of
6
) sorted by null
/external/autotest/site_utils/
collect_suite_time_stats.py
264
job_start
= {}
266
job_start
[t.afe_job_id] = time_utils.to_epoch_time(t.queued_time)
273
info_dict.setdefault('timestamps', (
job_start
[job_id], job_end[job_id]))
/external/fio/
client.h
97
client_cmd_op *
job_start
;
member in struct:client_ops
client.c
[
all
...]
gclient.c
[
all
...]
/external/autotest/server/hosts/
factory.py
25
# for tracking which hostnames have already had
job_start
called
161
# call
job_start
if this is the first time this host is being used
163
host_instance.
job_start
()
remote.py
58
def
job_start
(self):
member in class:RemoteHost
Completed in 257 milliseconds