clock_gettime 834 source3/include/smbprofile.h clock_gettime(__profile_clock, &ts); clock_gettime 160 source3/profile/profile.c if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == 0) { clock_gettime 171 source3/profile/profile.c clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { clock_gettime 183 source3/profile/profile.c clock_gettime(CLOCK_REALTIME, &ts) == 0) {