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
このクラスを長期間(つまり、1週間連続でノンストップ測定)使用するのは賢明ではありませんか?別の解決策はありますか?
システムのタイムスタンプを取得した経験から、数ミリ秒ごとにミリ秒単位でタイムスタンプを取得するのは非常に遅く、手間がかかると徐々に思い込んでいます。
私はboost::chronoまたはstd::chronoがこの問題をよりよく解決すると思います