Home
last modified time | relevance | path

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

/external/autotest/client/tools/
Dhtml_report.py1595 etime = int(pair[1])
1597 total_exec_time_sec = etime - stime
/external/strace/
Dcount.c68 ts_sub(&wts, syscall_exiting_ts, &tcp->etime); in count_syscall()
Dsyscall.c714 clock_gettime(CLOCK_MONOTONIC, &tcp->etime); in syscall_entering_finish()
928 ts_sub(ts, ts, &tcp->etime); in syscall_exiting_trace()
Ddefs.h234 struct timespec etime; /* Syscall entry time */ member
DChangeLog6440 * defs.h (struct tcb): Change the type of stime, dtime, and etime fields