mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 23:43:52 +00:00
Use Vector to store children data instead of std::vector.
This commit is contained in:
parent
40d0c72982
commit
631f81e9dc
@ -142,8 +142,8 @@ private:
|
||||
Vector<uint64_t> threadExpand;
|
||||
std::pair<uint64_t, uint16_t> threadLast;
|
||||
|
||||
std::vector<Vector<ZoneEvent*>> m_zoneChildren;
|
||||
std::vector<Vector<GpuEvent*>> m_gpuChildren;
|
||||
Vector<Vector<ZoneEvent*>> m_zoneChildren;
|
||||
Vector<Vector<GpuEvent*>> m_gpuChildren;
|
||||
|
||||
CrashEvent m_crashEvent;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user