From f88a1a98fef42a8cf14a8b5c1a7700803bd9c165 Mon Sep 17 00:00:00 2001 From: dsarrut Date: Thu, 3 Mar 2011 10:33:56 +0000 Subject: [PATCH] (oups, remove the debug print) and update the memory each 5 seconds --- vv/vvMainWindow.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 1c109f0..f5d3181 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -330,8 +330,8 @@ vvMainWindow::vvMainWindow():vvMainWindowBase() //------------------------------------------------------------------------------ void vvMainWindow::UpdateMemoryUsage() { - clitk::PrintMemory(true); - ImageInfoChanged(); + // clitk::PrintMemory(true); + infoPanel->setMemoryInMb(QString::number(clitk::GetMemoryUsageInMb())+" Mb"); } //------------------------------------------------------------------------------ -- 2.47.1