Click here to Skip to main content
15,918,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to download C# profiler and how can i use it? please tell me any one.
Posted

Naerling had an exellent answer, +5 from me. :) But, I want to add the often overlooked CLRProfiler[^] from Microsoft. It is a great tool for determining what the Garbage Collecter is doing so you can make garbage collection more efficient.
 
Share this answer
 
.NET Memory Profiler[^]
Slimtune[^]
dotTrace[^]
ANTS[^]
...[^]
You can find how to download and use them on their company websites, RTFM :)
Hope it helps.
 
Share this answer
 
Comments
Umer Aziz Malik 2-Jun-12 11:58am    
We use dotTrace Memory as well as Performance profilers and they really are good. +5
Sander Rossel 2-Jun-12 13:43pm    
Thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900