OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::MicrosecClock Class Reference

マイクロ秒カウンター More...

#include <MicrosecClock.hpp>

Public Member Functions

uint64 us () const noexcept
 経過時間(マイクロ秒)を返します。 More...
 
void log () const
 ログに経過時間を出力します。 More...
 
void console () const
 コンソールに経過時間を出力します。 More...
 
void print () const
 経過時間をデバッグ表示します。 More...
 

Detailed Description

マイクロ秒カウンター

Remarks
経過時間をマイクロ秒で計測します。

Member Function Documentation

◆ console()

void s3d::MicrosecClock::console ( ) const

コンソールに経過時間を出力します。

◆ log()

void s3d::MicrosecClock::log ( ) const

ログに経過時間を出力します。

◆ print()

void s3d::MicrosecClock::print ( ) const

経過時間をデバッグ表示します。

◆ us()

uint64 s3d::MicrosecClock::us ( ) const
noexcept

経過時間(マイクロ秒)を返します。

Returns
経過時間(マイクロ秒)

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