特牛网址导航

clock_gettime详解-CSDN博客

网友收藏
#include <time.h>struct timespec{time_t tv_sec; long tv_nsec; };int clock_gettime(clockid_t clk_id, struct timespec* tp);可以根据需要,获取不同要求的精确时间static int yncgettimeofday(struct ..._clock_gettime
标签:clock_gettime