ランタイム
Mix::Timer Class Reference

タイマークラス More...

#include <Timer.h>

Public Member Functions

 Timer (void)
 コンストラクタ More...
 
 ~Timer (void)
 デストラクタ More...
 
void Reset (void)
 経過時間をリセットします More...
 
UInt32 GetUI32 (UInt64 resolution)
 経過時間を取得します More...
 
UInt64 GetUI64 (UInt64 resolution)
 経過時間を取得します More...
 
Float32 GetF32 (void)
 経過時間を取得します More...
 
Float64 GetF64 (void)
 経過時間を取得します More...
 

Detailed Description

タイマークラス

Constructor & Destructor Documentation

Mix::Timer::Timer ( void  )

コンストラクタ

Mix::Timer::~Timer ( void  )

デストラクタ

Member Function Documentation

void Mix::Timer::Reset ( void  )

経過時間をリセットします

UInt32 Mix::Timer::GetUI32 ( UInt64  resolution)

経過時間を取得します

Parameters
[in]resolution分解能
Returns
経過時間を返します
UInt64 Mix::Timer::GetUI64 ( UInt64  resolution)

経過時間を取得します

Parameters
[in]resolution分解能
Returns
経過時間を返します
Float32 Mix::Timer::GetF32 ( void  )

経過時間を取得します

Returns
経過時間を返します
Float64 Mix::Timer::GetF64 ( void  )

経過時間を取得します

Returns
経過時間を返します

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