Common: Add a built-in profiler

This commit is contained in:
degasus
2014-11-19 19:57:12 +01:00
parent e40f129fdd
commit 94d9d138d9
9 changed files with 236 additions and 0 deletions

View File

@ -33,6 +33,7 @@ public:
u64 GetTimeElapsed();
static u32 GetTimeMs();
static u64 GetTimeUs();
private:
u64 m_LastTime;