diff --git a/server/TracyView.hpp b/server/TracyView.hpp index a402b557..5dc4bddd 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -415,7 +415,7 @@ private: bool show = false; bool ignoreCase = false; std::vector match; - std::map groups; + flat_hash_map> groups; size_t processed; uint16_t groupId; int selMatch = 0;