mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fixup source location zones pointers.
This commit is contained in:
@@ -703,6 +703,10 @@ private:
|
||||
std::condition_variable m_netWriteCv;
|
||||
|
||||
Vector<ZoneEvent*> m_zoneEventPool;
|
||||
|
||||
#ifndef TRACY_NO_STATISTICS
|
||||
flat_hash_map<ZoneEvent*, size_t, nohash<ZoneEvent*>> m_slzPointerMap;
|
||||
#endif
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user