mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Don't add ghost zones if full callstack data isn't available.
This commit is contained in:
@@ -253,6 +253,7 @@ private:
|
||||
bool newFramesWereReceived = false;
|
||||
bool callstackSamplesReady = false;
|
||||
bool ghostZonesReady = false;
|
||||
bool ghostZonesPostponed = false;
|
||||
#endif
|
||||
|
||||
unordered_flat_map<uint32_t, LockMap*> lockMap;
|
||||
|
||||
Reference in New Issue
Block a user