Only thing I have installed is Nodejs. I'm using Windows 8 x64.
I run my program via node --prof app.js
. It generates a v8.log file.
Now, what do I do with the v8.log file?
Starting with v5.2.0, Node.JS ships with a built-in tick processor:
node --prof-process
See the release notes for more information.