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

/libmicro/
H A Dlibmicro.c366 /* when we started and when to stop */
485 /* time to stop? */
1488 long long start, stop; local
1500 stop = start = getnsecs();
1506 stop = getnsecs();
1507 if (stop > start)
1521 stop = getnsecs();
1522 y[i] = stop - start;

Completed in 15 milliseconds