mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Reformat all the things!
This commit is contained in:
@ -51,6 +51,7 @@ class ProfilerExecuter
|
||||
public:
|
||||
ProfilerExecuter(Profiler* _p) : m_p(_p) { m_p->Start(); }
|
||||
~ProfilerExecuter() { m_p->Stop(); }
|
||||
|
||||
private:
|
||||
Profiler* m_p;
|
||||
};
|
||||
|
Reference in New Issue
Block a user