diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 17cca346..1dc6cb40 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -7562,6 +7562,20 @@ void View::DrawFrameTreeLevel( std::vector& tree, int& idx ) ImGui::PopID(); } + if( ImGui::IsItemClicked( 1 ) ) + { + auto& mem = m_worker.GetMemData().data; + const auto sz = mem.size(); + m_memInfo.allocList.clear(); + for( size_t i=0; i allocList; } m_memInfo; struct {