Node.js - Debugging and Profiling
After running
node --prof app.js, you get a log file named isolate-0xnnnnnnnnnnnn-v8.log. What is the next step to analyze this CPU profile?