diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 7241e8a5..0df9a117 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -2850,6 +2850,10 @@ void View::DrawZones() { TextFocused( "Running state regions:", RealToString( ctx->v.size() ) ); } + if( !v->samples.empty() ) + { + TextFocused( "Call stack samples:", RealToString( v->samples.size() ) ); + } ImGui::EndTooltip(); if( ImGui::IsMouseClicked( 0 ) )