diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 52f8ad5e..77cedf78 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -2132,6 +2132,10 @@ void View::DrawZones() { TextFocused( "Locks:", RealToString( lockCnt, true ) ); } + if( ctx ) + { + TextFocused( "Running state regions:", RealToString( ctx->v.size(), true ) ); + } ImGui::EndTooltip(); if( ImGui::IsMouseClicked( 0 ) )