feat: v8 profiling

This commit is contained in:
2026-02-18 13:03:40 +08:00
parent 782092b91e
commit c3c39bda0c
4 changed files with 16 additions and 1 deletions

View File

@@ -21,3 +21,11 @@
[no-exit-message]
@evali expr:
cargo run --release --features inspector -- --inspect-brk 127.0.0.1:9229 eval --expr '{{expr}}'
[no-exit-message]
@replp:
cargo run --release --features prof -- repl
[no-exit-message]
@evalp expr:
cargo run --release --features prof -- eval --expr '{{expr}}'