tags:

views:

68

answers:

2

I need a good memory profiler for .net, it would be ideal if it shown types of objects currently loaded in memory. Usually I use DotTrace but it does not seem to show object types.

+4  A: 

Have you looked at the ANTS Memory profiler from RedGate?

Oded
Not yet, I'll take a look now, thanks
Alex Ilyin
+1  A: 

We've had success with YourKit.

Unsliced