Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要以毫秒为单位测量经过的时间(或某种时间戳 - 无论是系统时间还是从 0 开始的时间),并且有兴趣使用boost::cpu_timer该类来执行此操作。
boost::cpu_timer
长时间使用这个课程(即连续一周不间断测量)是否不明智?有替代解决方案吗?
根据我获取系统时间戳的经验,我逐渐假设每几毫秒获取以毫秒为单位的时间戳(这是我需要的)是非常缓慢和费力的。
我认为boost::chrono或std::chrono更好地解决了这个问题