Unit testing memory leaks

后端 未结 6 859
感情败类
感情败类 2021-02-12 21:20

I have an application in which a lot of memory leaks are present. For example if a open a view and close it 10 times my memory consumption rises becauses the views are not compl

6条回答
  •  庸人自扰
    2021-02-12 21:56

    You don't need unit tests you need memory profiler. You can start with CLR Profiler.

提交回复
热议问题