Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dfutex-hash.c40 struct timeval bench__start, bench__end, bench__runtime; variable
106 gettimeofday(&bench__end, NULL); in toggle_done()
107 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
H A Dfutex-lock-pi.c75 gettimeofday(&bench__end, NULL); in toggle_done()
76 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
H A Dbench.h7 extern struct timeval bench__start, bench__end, bench__runtime;
H A Depoll-ctl.c96 gettimeofday(&bench__end, NULL); in toggle_done()
97 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
H A Depoll-wait.c278 gettimeofday(&bench__end, NULL); in toggle_done()
279 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()