Does a Silverlight memory profiler exist?

前端 未结 10 997
一生所求
一生所求 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:02

    Standalone CLR profiler has been updated to work with Silverlight so you don't need to have VS Premium/Ultimate.

    David Broman's CLR Profiling API Blog: CLRProfiler V4 Released

    UI isn't that great, but it works.

提交回复
热议问题