mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -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