Searched refs:bench__runtime (Results 1 – 5 of 5) sorted by relevance
| /tools/perf/bench/ |
| A D | futex-hash.c | 38 struct timeval bench__start, bench__end, bench__runtime; variable 113 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 123 (int)bench__runtime.tv_sec); in print_summary() 233 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_futex_hash() 234 worker[i].ops / bench__runtime.tv_sec : 0; in bench_futex_hash()
|
| A D | futex-lock-pi.c | 71 (int)bench__runtime.tv_sec); in print_summary() 82 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 237 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_futex_lock_pi() 238 worker[i].ops / bench__runtime.tv_sec : 0; in bench_futex_lock_pi()
|
| A D | epoll-wait.c | 279 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done() 289 (int)bench__runtime.tv_sec); in print_summary() 540 unsigned long t = bench__runtime.tv_sec > 0 ? in bench_epoll_wait() 541 worker[i].ops / bench__runtime.tv_sec : 0; in bench_epoll_wait()
|
| A D | bench.h | 7 extern struct timeval bench__start, bench__end, bench__runtime;
|
| A D | epoll-ctl.c | 97 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
|
Completed in 7 milliseconds