ANTS Profiler™
Walk-through 1: Performance profiling
This walk-through will show you:
- How to set up a new project and start profiling
- How to interact with the timeline
- How to drill down into the results to identify the bottleneck
- How to extract the most out of the source-code pane
Stop walk-through
Step 9: Exploring the methods grid
To switch to the methods grid view, click on the middle tab (situated above the source-code pane). ![]()
The methods grid shows us the accumulated time each method spent executing (even if a method is called in several contexts, it will appear only once in the methods grid, with aggregated data). We can sort the grid by Time, Time With Children or Hit Count. By default, methods are ordered by Time with Children; you can order the data by any column by clicking the column header.





