Wednesday, April 25, 2007

* Tool : CLRProfiler for .NET 2.0 released

CLR team at Microsoft has released the new version of CLRProfiler for .NET 2.0.

It can be downloaded from following location.

CLRProfiler is mainly used to study the memory usage behavior of managed applications.

Some of the graphs available as an output are :

  • Allocation Graph
  • Assembly Graph
  • Function Graph
  • Class Graph
  • Call Graph

Its an excellent tool for detecting memory leaks in managed code.

Other Posts

No comments:

Post a Comment