ランタイム
Timer.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace Mix
7 {
11  {
12  private:
13  LARGE_INTEGER m_Before;
14 
15  public:
17  Timer( void );
19  ~Timer( void );
20 
21  public:
23  void Reset( void );
27  UInt32 GetUI32( UInt64 resolution );
31  UInt64 GetUI64( UInt64 resolution );
34  Float32 GetF32( void );
37  Float64 GetF64( void );
38  };
39 }
unsigned long long UInt64
符号無し64ビット整数
Definition: Common.h:74
タイマークラス
Definition: Timer.h:10
unsigned int UInt32
符号無し32ビット整数
Definition: Common.h:68
ミックス
Definition: AtomicValue.h:6
double Float64
64ビット浮動小数点
Definition: Common.h:86
float Float32
32ビット浮動小数点
Definition: Common.h:83
#define _MIX_DLL_API
DLLインポート定義
Definition: Common.h:38