Skip to content

Commit 244be26

Browse files
committed
Add mem reporting to tiny
1 parent d6dd566 commit 244be26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

1_Tiny/tiny.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "Maths.h"
88
#include "Geometry.h"
99
#include "CPicBase.h"
10+
#include "Memory.h"
1011

1112
#include "numerical_recipes.h"
1213

@@ -928,6 +929,7 @@ int main( int argc, char **argv )
928929

929930
WriteFOLDMAP2Entry( ncr );
930931

932+
VMStats( stdout );
931933
return 0;
932934
}
933935

0 commit comments

Comments
 (0)