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

Wait for transfer of pending callback frames.

This commit is contained in:
Bartosz Taudul
2018-06-20 14:57:48 +02:00
parent 60395c85e0
commit 7912807133
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -310,6 +310,7 @@ private:
uint32_t m_pendingStrings;
uint32_t m_pendingThreads;
uint32_t m_pendingSourceLocation;
uint32_t m_pendingCallbackFrames;
uint64_t m_lastMemActionCallstack;
bool m_lastMemActionWasAlloc;