]> Creatis software - clitk.git/blobdiff - common/clitkMemoryUsage.h
add getMemoryUsage
[clitk.git] / common / clitkMemoryUsage.h
index d514aff42e1f4f81e0f3e2b617985bebb5682fd4..38a982ea0bdf6bd8c5217f2a67b74c1d1a82d7d3 100644 (file)
@@ -31,6 +31,7 @@
 namespace clitk {
 
   void PrintMemory(bool verbose=true, std::string s="") ;
+  double GetMemoryUsageInMb() ;
 
 }  // end namespace
 //--------------------------------------------------------------------