mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Don't iterate over children to calculate zone self time.
This commit is contained in:
@@ -351,6 +351,9 @@ struct ThreadData
|
||||
Vector<MessageData*> messages;
|
||||
uint32_t nextZoneId;
|
||||
Vector<uint32_t> zoneIdStack;
|
||||
#ifndef TRACY_NO_STATISTICS
|
||||
Vector<int64_t> childTimeStack;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct GpuCtxThreadData
|
||||
|
||||
Reference in New Issue
Block a user