Home
last modified time | relevance | path

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

/external/honggfuzz/examples/apache-httpd/corpus_http2/
Dbbc2c31a1196f3eb5ea9737e8926f94a.000000e8.honggfuzz.cov6 AcceptH-etime:������:�����������������������������DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD���===~�נ���…
/external/autotest/client/tools/
Dhtml_report.py1592 etime = int(pair[1])
1594 total_exec_time_sec = etime - stime
/external/strace/
Dcount.c70 tv_sub(tv, syscall_exiting_tv, &tcp->etime); in count_syscall()
Dsyscall.c713 gettimeofday(&tcp->etime, NULL); in syscall_entering_finish()
946 tv_sub(&tv, &tv, &tcp->etime); in syscall_exiting_trace()
Ddefs.h218 struct timeval etime; /* Syscall entry time */ member