GetClockTime
# define GetClockTime(t) clock_gettime(CLOCK_REALTIME, t)
# define GetClockTime(t) gettimeofday(t, 0)