diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 9772c790..4d26753b 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -11367,7 +11367,7 @@ void View::DrawStatistics() #endif ImGui::SameLine(); } - if( v->first == 0 ) + if( v->first == 0 || v->second.excl == 0 ) { ImGui::TextUnformatted( name ); }