1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Mirror TracyView::ShouldExit in TracyProfiler.

This commit is contained in:
Bartosz Taudul
2017-09-14 19:23:50 +02:00
parent 2442c8fe58
commit f3ce055568
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -30,6 +30,8 @@ public:
static uint64_t ZoneBegin( QueueZoneBegin&& data );
static void ZoneEnd( uint64_t id, QueueZoneEnd&& data );
static bool ShouldExit();
private:
void Worker();