Does a Silverlight memory profiler exist?

前端 未结 10 996
一生所求
一生所求 2020-12-16 21:41

CLR profiler does not seem to work with the Silverlight CLR. Does another memory profiler exist?

10条回答
  •  感情败类
    2020-12-16 22:12

    Though not a full blown profiler with a yummy GUI, you could use Windbg + SOS to debug your silverlight app, it would require a lot of manual work, but you can then walk your managed heap.

提交回复
热议问题