Lumino
ln::ElapsedTimer Class Reference

経過時間を測定するための機能を提供します。 More...

#include <ElapsedTimer.hpp>

Public Member Functions

 ElapsedTimer () LN_NOEXCEPT
 インスタンス構築と同時に、経過時間の計測を開始します。
 
void start () LN_NOEXCEPT
 経過時間をゼロにリセットして、経過時間の計測を開始します。
 
uint64_t elapsedMilliseconds () const LN_NOEXCEPT
 経過時間の取得します。(ミリ秒単位)
 
uint64_t elapsedMicroseconds () const LN_NOEXCEPT
 経過時間の取得します。(マイクロ秒単位)
 
uint64_t elapsedNanoseconds () const LN_NOEXCEPT
 経過時間の取得します。(ナノ秒単位)
 

Detailed Description

経過時間を測定するための機能を提供します。


The documentation for this class was generated from the following file: