Searched refs:bench__runtime (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/tools/perf/bench/ |
| D | futex-hash.c | 36 struct timeval bench__start, bench__end, bench__runtime; variable 109 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 119 (int)bench__runtime.tv_sec); in print_summary() 215 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_futex_hash() 216 worker[i].ops / bench__runtime.tv_sec : 0; in bench_futex_hash()
|
| D | futex-lock-pi.c | 68 (int)bench__runtime.tv_sec); in print_summary() 78 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 221 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_futex_lock_pi() 222 worker[i].ops / bench__runtime.tv_sec : 0; in bench_futex_lock_pi()
|
| D | epoll-wait.c | 278 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 288 (int)bench__runtime.tv_sec); in print_summary() 521 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_epoll_wait() 522 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 | 96 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|