diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 8ff2860d..f0c64efc 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -829,6 +829,8 @@ bool View::DrawImpl() { ImGui::SetItemDefaultFocus(); } + ImGui::SameLine(); + ImGui::TextDisabled( "(%s)", RealToString( fd->frames.size(), true ) ); } ImGui::EndCombo(); }