A script that makes profiling node.js apps easier.
npm install profileA script that makes profiling node.js apps a little easier.
Compatible with node v0.6.x
Via npm:
$ npm install profile
> nodeprofile yourapp.js> nodeprofile yourapp.js -o=profile.txt> nodeprofile yourapp.js --prof_lazy
locate command can find a copy of linux-tick-processor (or mac-tick-processor on OS X). This is bundled with node.js. $ cd /usr/src/node
$ cd deps/v8
$ scons prof=on
$ export PATH="${PATH}:/usr/src/node/deps/v8"
