ANTS Profiler is a tool for quickly and easily pinpointing performance bottlenecks in applications written in any of the languages available on the .NET Framework.
- Code profile .NET applications
- Profile application memory use
- Profile both .NET desktop applications and ASP.NET web applications
- Optimize your code
To profile your application, use the application as normal, while running ANTS Profiler. ANTS Profiler then records the frequency and time spent in each line of your code, as you are using your application. A summary shows you the slowest code and methods, allowing you to quickly optimize your applications.
Reviews