码迷,mamicode.com
首页 > 其他好文 > 详细

【opencv基础】测量运行时间的函数getTickCount/getCPUTickCount/getTickFrequency

时间:2018-10-22 10:55:17      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:count()   tick   exec   需要   rally   frequency   put   code   directly   

函数的计算结果类型是double,单位是秒。

要使用更精确的计时,就需要使用getCPUTickCount(),不过现代计算机CPU的频率会随着负载而变化所以没大有必要使用该函数,可以参看函数的介绍【Also, since a modern CPU varies the CPU frequency depending on the load, the number of CPU clocks spent in some code cannot be directly converted to time units. Therefore,getTickCount is generally a preferable solution for measuring execution time.】也就是使用getTickCount就足够了。

参考

1.opencv中测量运行时间的函数

【opencv基础】测量运行时间的函数getTickCount/getCPUTickCount/getTickFrequency

标签:count()   tick   exec   需要   rally   frequency   put   code   directly   

原文地址:https://www.cnblogs.com/happyamyhope/p/9828775.html

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