Searched refs:bench_stop (Results 1 – 1 of 1) sorted by relevance
39 static struct timeval bench_stop; variable55 gettimeofday (&bench_stop, 0); in emul_bench()71 t_stop = (double) (bench_stop.tv_sec) * 1.0e6; in emul_bench()72 t_stop += (double) (bench_stop.tv_usec); in emul_bench()