ブーストクロノはナノ秒の解像度のタイムスタンプを提供しますか?はいの場合、タイムスタンプを取得する方法は?
質問する
4060 次
2 に答える
2
ナノ秒の解像度?プログラムを実行するハードウェアはどれですか?私のPCでは、パフォーマンスカウンターの頻度は約1です。4 Mhzなので、ティックは250ns続きます。
ここで回答したように、ブーストクロノはナノ秒の解像度を提供できますが、メジャーの精度はわかりません。
于 2012-10-18T14:39:44.477 に答える
1
In order to easily get time stamps with boost chrono for different measurements you can use boost CPU Timers. A table about the timer accuracy is also given on this site.
To measure the resolution yourself on your specific hardware use boost's cpu_timer_info.cpp.
于 2012-10-18T15:23:07.477 に答える