According to Node.js documentation profiling info can be generated using node --prof myapp.js.
node --prof myapp.js
Is there a way to convert from this generated format to Ch