GETKTIME
# define GETKTIME(x) microtime((struct timeval *)x)
# define GETKTIME(x) gettimeofday((struct timeval *)(x), NULL)