有没有办法监控Silverlight 2.0应用程序的CPU和内存使用情况?有没有什么工具可以做到这一点呢?
发布于 2009-05-21 17:49:32
虽然没有完美的答案,但对于全功率分析,将您的Silverlight应用程序转换为WPF桌面应用程序。有很多用于WPF桌面应用程序的分析器。
或者,我发现了一个非常酷的工具,可以满足您的需求:Silverlight Spy is a free, basic profiler for 2.0 and 3.0
This article explains some other approaches users have taken
这个stack overflow question使用Windows Server工具提供了另一个答案,但它没有提到这些其他技术,我不确定您是否在问同样的问题。无论如何,它建议使用XPerf,所以这里是对profiling Silverlight using XPerf的一个很好的解释
https://stackoverflow.com/questions/894135
复制相似问题