Node.js - Debugging and Profiling
You want to find which function in your Node.js app uses the most CPU time. You run
node --prof app.js and get a log file. What is the correct next step to analyze this data?