We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
SL 4.0 有 coreclr etw 事件。 应该能够使用 XPERF 和 Perfmonitor 诊断异常、gc、线程和其他一些内容和 clr 等。 我有博客< /a> 关于这个。
仅供参考,使用 Perfmonitor 应该能够提供调用堆栈。
ETW 仅在 Windows 中可用。
SL 4.0 has coreclr etw events. Should be able to diagnose exception,gc, threading and few others using the XPERF and Perfmonitor and clr etw. I have blogged about this.
FYI using Perfmonitor should be able to provide call-stacks.
ETW is available only in Windows.
我喜欢 RedGate ANTS。 我发现它是一个比 dotTrace 更好的分析器。
I like RedGate ANTS. I find it to be a much nicer profiler than dotTrace.
尝试 JetBrains dotTrace 性能分析器。
以下是如何进行的详细信息:
http://confluence.jetbrains.net/display/NetProf/How +到+个人资料+silverlight+应用程序
Try JetBrains dotTrace performance profiler.
Here is the detail how to:
http://confluence.jetbrains.net/display/NetProf/How+to+profile+silverlight+application
此处 是有关使用 XPerf 的详细博客文章...另请观看此视频(位于PDC)关于分析 silverlight!
Here is a detailed blog entry about using XPerf... Also check out this video (at PDC) about profiling silverlight!!!
AtoLogic SilverProfiler 应该适合您。 请参阅http://www.atologic.com
AtoLogic SilverProfiler should work for you. See http://www.atologic.com
安装 XPerf 和 xperfview,如下所示: http://msdn.microsoft.com/en-us/library/cc305218.aspx
(1) 启动您的示例
(2) xperf -on base
(3) 稍等一下
(4) xperf –d myprofile.etl
(5) 完成后,设置符号路径:
(6) xperfview myprofile.etl
(7) 跟踪-> 加载符号
(8) 接受使用符号的 EULA,展开 IExplore、展开 agcore.dll 或任何您的顶级模块
Install XPerf and xperfview as available here: http://msdn.microsoft.com/en-us/library/cc305218.aspx
(1) Startup your sample
(2) xperf -on base
(3) wait for a bit
(4) xperf –d myprofile.etl
(5) when this is done, set your symbol path:
(6) xperfview myprofile.etl
(7) Trace -> Load Symbols
(8) Accept the EULA for using symbols, expand IExplore, expand agcore.dll or whatever is your top module
Visual Studio 2010(带有 Silverlight 4 工具)提供了用于分析 Silverlight 应用程序的命令行支持。
有关分析 SL4 的完整说明,请访问:http: //www.nachmore.com/2010/profiling-silverlight-4-with-visual-studio-2010/
Visual Studio 2010 (with the Silverlight 4 tools) comes with command line support for profiling Silverlight apps.
Full instructions for profiling SL4 can be found at: http://www.nachmore.com/2010/profiling-silverlight-4-with-visual-studio-2010/