X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkMemoryUsage.h;h=92dd22a4f7aa48752d54cd0b49a227e412d74dcc;hb=e2b37672d5ee8eafc7b1ac075f4e70596349f0c3;hp=d514aff42e1f4f81e0f3e2b617985bebb5682fd4;hpb=62c08c838c8d824b37b908bbed67b996aaaa31ac;p=clitk.git diff --git a/common/clitkMemoryUsage.h b/common/clitkMemoryUsage.h index d514aff..92dd22a 100644 --- a/common/clitkMemoryUsage.h +++ b/common/clitkMemoryUsage.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html - ======================================================================-====*/ + ===========================================================================**/ #ifndef CLITKMEMORYUSAGE_H #define CLITKMEMORYUSAGE_H @@ -31,6 +31,7 @@ namespace clitk { void PrintMemory(bool verbose=true, std::string s="") ; + double GetMemoryUsageInMb() ; } // end namespace //--------------------------------------------------------------------