mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
One check in CheckSourceLocation.
This commit is contained in:
@@ -194,7 +194,6 @@ private:
|
||||
float m_compRatio;
|
||||
|
||||
// not used for vis - no need to lock
|
||||
flat_hash_set<uint64_t, nohash<uint64_t>> m_pendingSourceLocation;
|
||||
flat_hash_map<uint64_t, StringLocation, nohash<uint64_t>> m_pendingCustomStrings;
|
||||
flat_hash_map<uint64_t, ThreadData*, nohash<uint64_t>> m_threadMap;
|
||||
flat_hash_map<uint16_t, GpuCtxData*, nohash<uint16_t>> m_gpuCtxMap;
|
||||
@@ -207,6 +206,7 @@ private:
|
||||
|
||||
uint32_t m_pendingStrings;
|
||||
uint32_t m_pendingThreads;
|
||||
uint32_t m_pendingSourceLocation;
|
||||
|
||||
Slab<64*1024*1024> m_slab;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user