Implement memstats command in the debugger (#1838)

Implementation of memstats command in jerry-debugger, python and html client.
Shows the allocated bytes, byte code bytes, string bytes, object bytes, property bytes and heap size.

JerryScript-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu
This commit is contained in:
Daniel Balla
2017-05-23 11:19:15 +02:00
committed by Zoltan Herczeg
parent e58f2880df
commit 8894077656
5 changed files with 151 additions and 48 deletions
+3 -3
View File
@@ -4,8 +4,8 @@ Stopped at tests/debugger/do_help.js:15
Documented commands (type help <topic>):
========================================
b bt delete eval help next s
backtrace c dump exception list pendingdel src
break continue e fbreak n quit step
b bt delete eval help ms pendingdel src
backtrace c dump exception list n quit step
break continue e fbreak memstats next s
(jerry-debugger) quit