mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +00:00
Common: Add a built-in profiler
This commit is contained in:
parent
e40f129fdd
commit
94d9d138d9
9 changed files with 236 additions and 0 deletions
|
@ -33,6 +33,7 @@ public:
|
|||
u64 GetTimeElapsed();
|
||||
|
||||
static u32 GetTimeMs();
|
||||
static u64 GetTimeUs();
|
||||
|
||||
private:
|
||||
u64 m_LastTime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue