Skip to content
perimosocordiae edited this page Apr 24, 2013 · 23 revisions

First and foremost, read the Doppio Developer Guide!

Java Information

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