Does a Silverlight memory profiler exist?

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

    .NET Memory Profiler starting from version 4.0 supports Silverlight profiling.

    Highly recommend.

    0 讨论(0)
  • 2020-12-16 22:19

    Here is memory profiling in silverlight using Xperf.

    Get GC Information

    0 讨论(0)
  • 2020-12-16 22:19

    Try this one, it is very useful:

    http://www.red-gate.com/products/ants_memory_profiler/index.htm

    Bruno.

    0 讨论(0)
  • 2020-12-16 22:19

    Use Silverlight Spy
    It has a Memory Profiler built in
    alt text

    0 讨论(0)
提交回复
热议问题