Reputation: 60093
Can I profile a node.js process running on Windows?
A step by step guide or a link to a blog post would be great!
Upvotes: 3
Views: 1005
Reputation: 60093
If anyone else runs into the same problem:
Run node with "node --prof source.js" and then analyze the v8.log with "windows-tick-processor.bat"
If you get too many "unaccounted" ticks you did something wrong.
Upvotes: 2