Searched refs:bench__end (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/tools/perf/bench/ |
| D | futex-hash.c | 40 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()
|
| D | futex-lock-pi.c | 75 gettimeofday(&bench__end, NULL); in toggle_done() 76 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()
|