mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-12 22:42:53 -06:00
Common: Add a built-in profiler
This commit is contained in:
@ -33,6 +33,7 @@ public:
|
||||
u64 GetTimeElapsed();
|
||||
|
||||
static u32 GetTimeMs();
|
||||
static u64 GetTimeUs();
|
||||
|
||||
private:
|
||||
u64 m_LastTime;
|
||||
|
Reference in New Issue
Block a user