Sei sulla pagina 1di 1

ANTS is a product of REDGate:-

ANTS Profiler identifies performance bottlenecks in applications written in any


of the languages available on the .NET Framework. To profile your application, u
se your application as normal within ANTS Profiler. During the performance profi
ling, ANTS Profiler records the frequency and time it takes for each line of cod
e to be executed, as you are using your application. Detailed results will then
reveal the slowest lines of code and methods, allowing you to quickly identify p
erformance bottlenecks and optimize your .NET application accordingly.
The .NET Developer Bundle includes:
ANTS Performance Profiler Pro
Identify bottlenecks and ensure code is performing optimally.
ANTS Memory Profiler-
Find and fix leaks in your .NET applications.
Exception Hunter-
Locate the unhandled exceptions your method can throw.
.NET Reflector Pro-
Seamlessly debug into third-party code and assemblies, even if you don't have t
he source code for them.
1- Performance profiler -
2-Memoery Profiler -
3-Reflector -
>Performance Profiler :-During the performance profiling, ANTS Profiler records
the frequency and time it takes for each line of code to be executed.Detailed re
sults will then reveal the slowest lines of code and methods, allowing you to qu
ickly identify performance bottlenecks and optimize your .NET application accord
ingly.
>Memory Profiler -
Identifying types of memory problems
There are many different types of memory issue, so the first step to solving you
r problem is to work out what type of problem you are facing.
We recommend the following strategy:
Check for large object heap fragmentation.
Check for a leak in unmanaged memory.
Check for a leak in, or excessively high usage of, managed memory.

Potrebbero piacerti anche