Searched refs:bench__runtime (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 107 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 117 (int)bench__runtime.tv_sec); in print_summary() 208 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_futex_hash() 209 worker[i].ops / bench__runtime.tv_sec : 0; in bench_futex_hash()
|
| D | futex-lock-pi.c | 66 (int)bench__runtime.tv_sec); in print_summary() 76 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 214 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_futex_lock_pi() 215 worker[i].ops / bench__runtime.tv_sec : 0; in bench_futex_lock_pi()
|
| D | epoll-wait.c | 279 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 289 (int)bench__runtime.tv_sec); in print_summary() 522 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_epoll_wait() 523 worker[i].ops / bench__runtime.tv_sec : 0; in bench_epoll_wait()
|
| D | bench.h | 7 extern struct timeval bench__start, bench__end, bench__runtime;
|
| D | epoll-ctl.c | 97 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|