.NET: How to watch memory footprint of an individual object
Could I 开发者_如何学Cuse any library programatically to watch memory of an object?
Thanks.
You can use the .NET Profiler API .
or try these tools
- .NET Memory Profiler (include a .NET Memory Profiler API wich allows you to automatically detect memory leaks and control the profiler)
- ANTS Memory Profiler
Bye.
精彩评论