Print heap memory usage statistics before exit (host version).
This commit is contained in:
@@ -144,6 +144,8 @@ main (int argc __unused,
|
||||
jerry_run( source_p,
|
||||
source_size);
|
||||
|
||||
mem_heap_print( false, false, true);
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user