Skip to content
int3 edited this page Nov 30, 2012 · 23 revisions

Useful Links

Tracing Hotspot Execution

Profiling Javascript Engines

  • Useful Node flags:
    • --trace-bailout --trace-opt --trace-deopt --code-comments -- inspect JIT behavior
    • --prof (Parse profile dump using nprof) -- find the most heavily-used functions
Clone this wiki locally