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:
@@ -553,6 +553,7 @@ struct ThreadData
|
||||
#ifndef TRACY_NO_STATISTICS
|
||||
Vector<int64_t> childTimeStack;
|
||||
Vector<GhostZone> ghostZones;
|
||||
uint64_t ghostIdx;
|
||||
#endif
|
||||
Vector<SampleData> samples;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user