如何在Linux應用層和內核層獲取時間

【1】應用層 gettimeofday函數 頭文件: #include <sys/time.h> int gettimeofday(struct timeval*tv, struct timezone *tz); 其參數tv是保存獲取時間結果的結構體,參數tz用於保存時區結果: struct timezone{ int tz_minuteswest;/格林威治時間往西方的時差/ int tz_ds
相關文章
相關標籤/搜索