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時間とリアルタイムを見積もるとき、どちらの方法が正確である可能性が高いのでしょうか?
ありがとう。