diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index 062bb9a9..463bd1ff 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -177,7 +177,7 @@ struct LockMap { uint32_t srcloc; Vector timeline; - std::unordered_map threadMap; + flat_hash_map> threadMap; std::vector threadList; LockType type; bool valid;