From: dsarrut Date: Thu, 3 Mar 2011 10:33:56 +0000 (+0000) Subject: (oups, remove the debug print) and update the memory each 5 seconds X-Git-Tag: v1.2.0~209 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f88a1a98fef42a8cf14a8b5c1a7700803bd9c165;p=clitk.git (oups, remove the debug print) and update the memory each 5 seconds --- 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"); } //------------------------------------------------------------------------------