mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 09:14:36 +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 show = false;
|
||||||
bool ignoreCase = false;
|
bool ignoreCase = false;
|
||||||
std::vector<int16_t> match;
|
std::vector<int16_t> match;
|
||||||
std::map<uint64_t, Group> groups;
|
flat_hash_map<uint64_t, Group, nohash<uint64_t>> groups;
|
||||||
size_t processed;
|
size_t processed;
|
||||||
uint16_t groupId;
|
uint16_t groupId;
|
||||||
int selMatch = 0;
|
int selMatch = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user