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 4: Profiling your application
Once you click on the Start Profiling button, your application initializes, and you can start interacting with it and performing the tasks you want. In our case, we draw a few Mandelbrot sets using the Quick and Slow modes.
Note that execution of your application will be slightly slower than normal, due to the overhead of recording the profiling data. ANTS Profiler takes this into account, so that the figures shown in the results represent the normal execution times.
Once we are done with our application, we exit Mandelbrot.exe. This automatically stops ANTS Profiler from profiling.





