Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/bench/
H A Dfutex-hash.c37 struct timeval bench__start, bench__end, bench__runtime; variable
109 gettimeofday(&bench__end, NULL); in toggle_done()
110 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
H A Dfutex-lock-pi.c78 gettimeofday(&bench__end, NULL); in toggle_done()
79 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
H A Dbench.h7 extern struct timeval bench__start, bench__end, bench__runtime;
H A Depoll-ctl.c96 gettimeofday(&bench__end, NULL); in toggle_done()
97 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()
H A Depoll-wait.c278 gettimeofday(&bench__end, NULL); in toggle_done()
279 timersub(&bench__end, &bench__start, &bench__runtime); in toggle_done()