Is there a tool or a way to find out how much memory consumed by each DLL or object in .NET? The more detail it analyzes the better. Thanks.
+2
A:
There are some decent memory profilers.. can look at this question
Quintin Robinson
2008-09-21 00:10:42
+2
A:
.NET Memory Profiler should allow you to do that: http://memprofiler.com/
Beau Crawford
2008-09-21 00:11:09
upvoted because I've used .Net memory profiler and it provided lots of detail and was very helpful in tracking down memory usage problems.
davenpcj
2008-09-21 00:54:15
+5
A:
You could try CLR Profiler which is free, or maybe the trial version of ANTS Profiler.
HTH, Kent
Kent Boogaart
2008-09-21 00:11:44
+1
A:
I always liked the dot.Trace profiler from Jetbrains (as well as Resharper)
casademora
2008-10-01 12:53:46