From da26d1c190eb4e23faae79c9676bbceb77a59efb Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Wed, 15 Sep 2021 16:16:04 -0700 Subject: [PATCH] Group GPU child zones by name. --- server/TracyView.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index e6edb953..284cdb6c 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -8363,7 +8363,7 @@ void View::DrawGpuInfoChildren( const V& children, int64_t ztime ) Vector v; }; uint64_t ctime = 0; - unordered_flat_map cmap; + unordered_flat_map cmap; cmap.reserve( 128 ); for( size_t i=0; isecond.t += ct; it->second.v.push_back( i );