diff --git a/server/TracyEvent.hpp b/server/TracyEvent.hpp index b337e2a2..1a8440de 100644 --- a/server/TracyEvent.hpp +++ b/server/TracyEvent.hpp @@ -252,6 +252,12 @@ struct GpuCtxData struct LockMap { + struct TimeRange + { + int64_t start = std::numeric_limits::max(); + int64_t end = std::numeric_limits::min(); + }; + uint32_t srcloc; Vector timeline; flat_hash_map> threadMap; @@ -260,6 +266,8 @@ struct LockMap int64_t timeAnnounce; int64_t timeTerminate; bool valid; + + TimeRange range[64]; }; struct LockHighlight