mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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