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
Step 10: Viewing the results using the call graph
Lastly, we can also view the profiling results in a call graph format, by clicking on the call graph icon next to a method on the call tree or methods grid:
![]()
We can create a call graph for any method (a system method or the ones we have written ourselves). In this case, we created a call graph focused on the Algorithm.EvaluateUsingComplexNumbers method and we can visualize all the callers and callees for that method.
We can print and export the diagrams, making this view ideal for creating reports, planning changes, demonstrating how a change in one particular method will affect another, and just generally understanding the call stacks.
For more detailed information about how to use ANTS Profiler, please visit our support pages.
To experience ANTS Profiler for yourself, download your 14-day free trial, and see how it can help you identify those performance hotspots within minutes.





