Searched refs:bench__runtime (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/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() 227 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_futex_hash() 228 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() 232 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_futex_lock_pi() 233 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() 534 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_epoll_wait() 535 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()
|