1
0
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:
Bartosz Taudul
2019-11-10 23:55:27 +01:00
parent ae33aa4869
commit e1e3bbbe3e
2 changed files with 28 additions and 2 deletions
+4
View File
@@ -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
};
}