Searched refs:bench__end (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/bench/ |
| A D | futex-hash.c | 36 struct timeval bench__start, bench__end, bench__runtime; variable 108 gettimeofday(&bench__end, NULL); in toggle_done() 109 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|
| A D | futex-lock-pi.c | 77 gettimeofday(&bench__end, NULL); in toggle_done() 78 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|
| A D | bench.h | 7 extern struct timeval bench__start, bench__end, bench__runtime;
|
| A D | epoll-ctl.c | 95 gettimeofday(&bench__end, NULL); in toggle_done() 96 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|
| A D | epoll-wait.c | 277 gettimeofday(&bench__end, NULL); in toggle_done() 278 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|
Completed in 9 milliseconds