thlorenz / v8-perf

⏱️ Notes and resources related to v8 and thus Node.js performance
2.2k stars 112 forks source link

Add info about creating and interpreting chrome://tracing results #5

Open thlorenz opened 10 years ago

thlorenz commented 10 years ago

Creating

alias ngc='/Users/thlorenz/dev/js/node/out/Release/node --prof --track_gc_object_stats --trace_gc_verbose --log_timer_events'

Interpreting

How to interpret and more at same site.