C# memory profile

后端 未结 5 759
温柔的废话
温柔的废话 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:43

    If your project is set to build x86, then you have to use the 32 bit version, even if your OS is 64 bit.

提交回复
热议问题