Reputation: 26668
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.
Upvotes: 6
Views: 4845
Reputation: 178810
You could try CLR Profiler which is free, or maybe the trial version of ANTS Profiler.
Upvotes: 6
Reputation: 69757
I always liked the dot.Trace profiler from Jetbrains (as well as Resharper)
Upvotes: 1
Reputation: 2249
.NET Memory Profiler should allow you to do that: http://memprofiler.com/
Upvotes: 3
Reputation: 82375
There are some decent memory profilers.. can look at this question
What Are Some Good .NET Profilers?
Upvotes: 2