mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Use flat_hash_map for groups.
This commit is contained in:
parent
6358b4588d
commit
6de489a34f
@ -415,7 +415,7 @@ private:
|
||||
bool show = false;
|
||||
bool ignoreCase = false;
|
||||
std::vector<int16_t> match;
|
||||
std::map<uint64_t, Group> groups;
|
||||
flat_hash_map<uint64_t, Group, nohash<uint64_t>> groups;
|
||||
size_t processed;
|
||||
uint16_t groupId;
|
||||
int selMatch = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user