Searched refs:bench__runtime (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/tools/perf/bench/ |
D | futex-hash.c | 37 struct timeval bench__start, bench__end, bench__runtime; variable 110 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 120 (int)bench__runtime.tv_sec); in print_summary() 228 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_futex_hash() 229 worker[i].ops / bench__runtime.tv_sec : 0; in bench_futex_hash()
|
D | futex-lock-pi.c | 69 (int)bench__runtime.tv_sec); in print_summary() 79 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 233 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_futex_lock_pi() 234 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() 535 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_epoll_wait() 536 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()
|