41 #include "sys/clock.h"
45 static long startsecs=0,startmsecs=0;
51 gettimeofday(&tv,
NULL) ;
52 startmsecs=tv.tv_usec/1000;
62 gettimeofday(&tv, &tz);
64 return tv.tv_sec * 1000 + tv.tv_usec / 1000;
73 gettimeofday(&tv,
NULL) ;
74 msecs=tv.tv_usec/1000;
86 gettimeofday(&tv, &tz);