14 #define GAUDIKERNEL_TIMING_CPP
25 #include <sys/times.h>
69 count *= ::GetTickCount();
72 count *= 10*times(&buf);
83 ::GetSystemTimeAsFileTime((FILETIME*)¤t);
88 ::gettimeofday(&tv, &tz);
91 current += tv.tv_usec;
100 if ( 0 == sys_start ) {
103 sys_start = 10*c - t;