码迷,mamicode.com
首页 > 编程语言 > 详细

想精度高,可以考虑用c语言中的函数gettimeofday

时间:2016-06-16 23:02:33      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:

大家好:
在 win32 + bcb 时, 有个 GetTickCount() 返回第统启动到现在的 tick, 单位 ms.
请问在 Linux + qt5 怎样实现呢? 如果用 QDateTime , 精度只能到秒,而且运行过程中,如果
用户改充了系统时间,就会出错了。

 

用QElapsedTimer。

 

想精度高,可以考虑用c语言中的函数gettimeofday,微秒级精度

#include <sys/time.h>
int gettimeofday(struct timeval*tv, struct timezone *tz);

 

想精度高,可以考虑用c语言中的函数gettimeofday

标签:

原文地址:http://www.cnblogs.com/findumars/p/5592312.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!