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.
我只是在玩一些计时器函数来估计使用clock() 和gtod() 的代码所消耗的实时时间和cpu 时间。在其他情况下,我只需键入 time ./object 文件名。然而,我惊讶地发现这两种技术的巨大差异(在一种情况下为 51 毫秒,另一种为 82 毫秒)。所以,我想知道当你估计 cpu 时间和实时时,哪种方法更可能是准确的?
谢谢。