.NET allocations profiling
Posted
by nimoraca
on Stack Overflow
See other posts from Stack Overflow
or by nimoraca
Published on 2010-04-23T08:56:22Z
Indexed on
2010/04/23
16:23 UTC
Read the original article
Hit count: 220
I need a way to track all allocations in a .NET application that happen during a single step in the process of debugging my application. I mean, when I'm in the debugger, stepping through code, I would like to see for a single step what allocation took place. Is there a tool or a way to do it? I tried several memory profilers including CLR profiler, JetBrains and .NET Memory Profiler 3.5 and none of them seems to provide this kind of funcionality.
© Stack Overflow or respective owner