Searched refs:bench_stop (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/m68hc11/
H A Demulos.c34 static struct timeval bench_stop; variable in typeref:struct:timeval
50 gettimeofday (&bench_stop, 0);
66 t_stop = (double) (bench_stop.tv_sec) * 1.0e6;
67 t_stop += (double) (bench_stop.tv_usec);
81 printf ("bench_stop not called");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/m68hc11/
H A Demulos.c34 static struct timeval bench_stop; variable in typeref:struct:timeval
50 gettimeofday (&bench_stop, 0);
66 t_stop = (double) (bench_stop.tv_sec) * 1.0e6;
67 t_stop += (double) (bench_stop.tv_usec);
81 printf ("bench_stop not called");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/m68hc11/
H A Demulos.c34 static struct timeval bench_stop; variable in typeref:struct:timeval
50 gettimeofday (&bench_stop, 0);
66 t_stop = (double) (bench_stop.tv_sec) * 1.0e6;
67 t_stop += (double) (bench_stop.tv_usec);
81 printf ("bench_stop not called");

Completed in 70 milliseconds