How do I profile memory usage in my project

后端 未结 3 2060
刺人心
刺人心 2020-12-11 16:58

Are there any good, free tools to profile memory usage in C# ?

Details:
I have a visualization project that uses quite large collections. I wou

3条回答
  •  抹茶落季
    2020-12-11 17:21

    I've had success using RedGate's ANTS profiler. It is also worth reading Brad Abrams blog where he has talked about profiling memory

提交回复
热议问题