Does someone managed to profile Javascript code with quikjs ?
Ideally qjs would have an option to save/output a profile report of the running script, something like:
qjs -p myscript.js myscript_arg
I'm looking at the source code to try find the ideal point to install hooks that allow such functionality, any help is welcome !
Cheers !