![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
ミリ秒カウンター More...
#include <MillisecClock.hpp>
Public Member Functions | |
| uint64 | ms () const noexcept |
| 経過時間(ミリ秒)を返します。 More... | |
| void | log () const |
| ログに経過時間を出力します。 More... | |
| void | console () const |
| コンソールに経過時間を出力します。 More... | |
| void | print () const |
| 経過時間をデバッグ表示します。 More... | |
ミリ秒カウンター
| void s3d::MillisecClock::console | ( | ) | const |
コンソールに経過時間を出力します。
| void s3d::MillisecClock::log | ( | ) | const |
ログに経過時間を出力します。
|
noexcept |
経過時間(ミリ秒)を返します。
| void s3d::MillisecClock::print | ( | ) | const |
経過時間をデバッグ表示します。