I was trying to profile my NodeJS app using Node 0.11's flamechart, according to https://github.com/thlorenz/v8-perf/issues/4.
With the provided code/options,
node --prof --track_gc_object_stats --trace_gc_verbose --log_timer_events app.js
I dont seem to be getting the expected results:
Basically dont see info about my app's functions in the charts. Rather, I just see all the Node specific events, something like GC, parse etc ... What options do I need to use? I am using Node 0.11.14 I believe, just now