You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !