开发者

.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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜