]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.cxx
Cosmetic
[clitk.git] / vv / vvMainWindow.cxx
index 1c109f02aa475eaaba2913d4dccc8d5b0384bf0c..5266fc15f236f1490d2d0bc40b00cd6510e4f3c8 100644 (file)
@@ -322,7 +322,7 @@ vvMainWindow::vvMainWindow():vvMainWindowBase()
   QTimer * timerMemory = new QTimer(this);
   //timerMemory->setInterval(5);
   connect(timerMemory, SIGNAL(timeout()), this, SLOT(UpdateMemoryUsage()));
-  timerMemory->start(5000);
+  timerMemory->start(2000);
 }
 //------------------------------------------------------------------------------
 
@@ -330,8 +330,8 @@ vvMainWindow::vvMainWindow():vvMainWindowBase()
 //------------------------------------------------------------------------------
 void vvMainWindow::UpdateMemoryUsage()
 {
-  clitk::PrintMemory(true);
-  ImageInfoChanged();
+  //  clitk::PrintMemory(true);
+  infoPanel->setMemoryInMb(QString::number(clitk::GetMemoryUsageInMb())+" MiB");
 }
 //------------------------------------------------------------------------------
 
@@ -1091,9 +1091,6 @@ void vvMainWindow::ImageInfoChanged()
     infoPanel->setSpacing(GetVectorDoubleAsString(inputSpacing));
     infoPanel->setNPixel(QString::number(NPixel)+" ("+inputSizeInBytes+")");
 
-    infoPanel->setMemoryInMb(QString::number(clitk::GetMemoryUsageInMb())+" Mb");
-
-
     landmarksPanel->SetCurrentLandmarks(mSlicerManagers[index]->GetLandmarks(),
                                         mSlicerManagers[index]->GetSlicer(0)->GetImage()->GetVTKImages().size());
     landmarksPanel->SetCurrentPath(mInputPathName.toStdString());