Home
last modified time | relevance | path

Searched refs:bench__end (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/bench/
A Dfutex-hash.c36 struct timeval bench__start, bench__end, bench__runtime; variable
108 gettimeofday(&bench__end, NULL); in toggle_done()
109 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
A Dfutex-lock-pi.c77 gettimeofday(&bench__end, NULL); in toggle_done()
78 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
A Dbench.h7 extern struct timeval bench__start, bench__end, bench__runtime;
A Depoll-ctl.c95 gettimeofday(&bench__end, NULL); in toggle_done()
96 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
A Depoll-wait.c277 gettimeofday(&bench__end, NULL); in toggle_done()
278 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()

Completed in 9 milliseconds