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
- MSIL Disassembler (Ildasm.exe)
- Strong Name Tool (Sn.exe)
- XML Schema Definition Tool (Xsd.exe)
- XML Notepad
- ILMerge : Assembly Merging Utility
- Tutorial : Policy Injection Application Block - Enterprise Library
- Enterprise Library : Policy Injection Application Block - An Overview
- Caching App Block : Usage notes on Backing store
No comments:
Post a Comment