first commit
This commit is contained in:
13
Minecraft.World/PerformanceTimer.h
Normal file
13
Minecraft.World/PerformanceTimer.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
class PerformanceTimer
|
||||
{
|
||||
private:
|
||||
LARGE_INTEGER m_qwStartTime;
|
||||
float m_fSecsPerTick;
|
||||
|
||||
public:
|
||||
PerformanceTimer();
|
||||
void Reset();
|
||||
void PrintElapsedTime(const wstring &description);
|
||||
};
|
||||
Reference in New Issue
Block a user