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

/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Dmain.c64 #define MILLI 1000.0 macro
344 ms = ld.ld_time.tv_sec * MILLI + ld.ld_time.tv_nsec / MICRO;
349 cscale *= (sflag ? MILLI / ms : 1.0);
363 fprintf(outfp, "Elapsed time: %.2f seconds.", ms / MILLI);

Completed in 54 milliseconds