mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Don't hash source location zones keys.
This commit is contained in:
parent
67774698af
commit
4baea4a74f
@ -54,7 +54,7 @@ class Worker
|
||||
Vector<SourceLocation*> sourceLocationPayload;
|
||||
flat_hash_map<SourceLocation*, uint32_t, SourceLocationHasher, SourceLocationComparator> sourceLocationPayloadMap;
|
||||
Vector<uint64_t> sourceLocationExpand;
|
||||
flat_hash_map<int32_t, Vector<ZoneEvent*>> sourceLocationZones;
|
||||
flat_hash_map<int32_t, Vector<ZoneEvent*>, nohash<int32_t>> sourceLocationZones;
|
||||
|
||||
std::map<uint32_t, LockMap> lockMap;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user