1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Add IsActive accessor to ScopedZone.

This commit is contained in:
John Lynch 2021-02-12 20:30:43 -06:00
parent d471c890b1
commit 29af8352ee

View File

@ -160,6 +160,8 @@ public:
TracyLfqCommit;
}
tracy_force_inline bool IsActive() const { return m_active; }
private:
const bool m_active;