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

Pack frame identifiers in ghost zones.

This commit is contained in:
Bartosz Taudul
2020-03-10 22:04:12 +01:00
parent ead597bacc
commit b89874850f
3 changed files with 18 additions and 4 deletions
+2
View File
@@ -245,6 +245,8 @@ private:
Vector<Vector<short_ptr<GpuEvent>>> gpuChildren;
#ifndef TRACY_NO_STATISTICS
Vector<Vector<GhostZone>> ghostChildren;
Vector<CallstackFrameId> ghostFrames;
unordered_flat_map<uint64_t, uint32_t> ghostFramesMap;
#endif
Vector<Vector<short_ptr<ZoneEvent>>> zoneVectorCache;