C# memory profile

后端 未结 5 767
温柔的废话
温柔的废话 2021-01-05 22:17

I\'m trying to perform some memory profiling on an applications that is accumulating large amounts of memory.

I have found this tool (CLRProfiler): http://msdn.micro

5条回答
  •  爱一瞬间的悲伤
    2021-01-05 22:38

    You can use a commercial product like ants memory profiler (red-gate) or dotTrace (jetbrains).

    Both are very easy to get started with.

提交回复
热议问题