mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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
12 lines
411 B
Plaintext
12 lines
411 B
Plaintext
Connecting to: localhost:5001
|
|
Stopped at tests/debugger/do_help.js:15
|
|
(jerry-debugger) help
|
|
|
|
Documented commands (type help <topic>):
|
|
========================================
|
|
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
|