I'm trying to find bottlenecks in a large script with many includes. I can run the debugger to profile the script but I'm wondering if there's a better way than just looking through each included script for the highest number. I'm imagining a pareto.
Anyone know a good method to analyze script performance?