From fe6c753f12614a4e930dbcb57aacf7913d715f84 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 20 Mar 2018 15:40:25 +0100 Subject: [PATCH] Store lock thread map in flat hash map. --- server/TracyEvent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;