Searched refs:bench__end (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/perf/bench/ |
D | futex-hash.c | 37 struct timeval bench__start, bench__end, bench__runtime; variable 109 gettimeofday(&bench__end, NULL); in toggle_done() 110 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|
D | futex-lock-pi.c | 78 gettimeofday(&bench__end, NULL); in toggle_done() 79 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|
D | bench.h | 7 extern struct timeval bench__start, bench__end, bench__runtime;
|
D | epoll-ctl.c | 96 gettimeofday(&bench__end, NULL); in toggle_done() 97 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|
D | epoll-wait.c | 278 gettimeofday(&bench__end, NULL); in toggle_done() 279 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|