Print heap memory usage statistics before exit (host version).

This commit is contained in:
Ruben Ayrapetyan
2014-07-25 19:09:10 +04:00
parent d90dccde9a
commit 5e4078095a
4 changed files with 63 additions and 51 deletions
+2
View File
@@ -144,6 +144,8 @@ main (int argc __unused,
jerry_run( source_p,
source_size);
mem_heap_print( false, false, true);
return 0;
}
#endif