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:
parent
d471c890b1
commit
29af8352ee
@ -160,6 +160,8 @@ public:
|
|||||||
TracyLfqCommit;
|
TracyLfqCommit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tracy_force_inline bool IsActive() const { return m_active; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
const bool m_active;
|
const bool m_active;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user