ANTS Profiler comes in two edition:-
1. Standards
2. Pro
You can download the trial version of the ANTS profiler for only 14 days.
ANTS Profiler is a code profiling tool designed for .NET developers who want to get to the bottom of these and other related issues. Technical testers also use ANTS Profiler to pin bugs down to a specific line of code or to determine scope for optimization.
ANTS Profiler allows you to identify slow lines of code in .NET applications within 5 minutes of installation, allowing you to get on with what you do best – writing code. The program can also be used to measure line-level timings and method execution times, and to understand how your application performs.
ANTS Prifiler profile the following application:-
1. Windows Application
2. ASP.Net Web Application
3. .Net Web Services
4. COM + Application
5. Other application written in any other languages that supports the .Net Framework
You can use ANTS Profiler with the following versions of the .NET Framework:
1.1 (32-bit applications only)
2.0 (32-bit or 64-bit applications)
3.0/3.5. (32-bit or 64-bit applications)
ANTS Profiler is built with .NET 2.0, you will need to install .NET 2.0 in order to be able to use the tool.
ANTS Profiler offers the following features
- Profile any .NET language.
- Profile ASP.NET web applications.
- Profile Windows Forms applications.
- Profile .NET 3.0 and .NET 3.5 applications:- WPF, WCF, WF, XBAP
- Profile web applications on IIS 5, IIS 5.1, IIS 6, IIS 7, and ASP.NET
- Support for 64-bit profiling on x64 processors.
- Integration with Visual Studio 2005 and 2008
- Call tree which auto-expands the worst performing stack traces.
Besides the above mentioned features, it also support some additional fearures
- Method-level profiling (faster mode) which introduces less overhead than when the profiler also records line-level timings.
- Profile memory to understand how your application uses memory, and to locate memory leaks. The memory profiler allows you to take snapshots at any point in the execution of your program, so you can see what memory is in use at that point. You can take multiple snapshots at different times while your application is running, so you can compare application memory states.
1 comment:
ANTS Memory Profiler 5 early access builds now available:
http://www.red-gate.com/messageboard/viewforum.php?f=92
Post a Comment