@H_419_8@
更新
自从Silverlight 4发布以来,现在可以在SL应用程序上进行全面的分析了…查看有关该主题的this文章@H_419_8@
@H_419_8@
At PDC,I announced that Silverlight 4 came with the new CoreCLR capability of being profile-able by the VS2010 profilers: this means that for the first time,we give you the power to profile the managed and native code (user or platform) used by a Silverlight application. woohoo. kudos to the CLR team.@H_419_8@
SIDenote: From silverlight 1-3,one Could only use things like xperf (see XPerf: A cpu Sampler for Silverlight) which is very powerful to see the layout/text/media/gfx/etc pipelines,but only gives the native callstack.)@H_419_8@
从SilverLite(PDC video,TechEd Iceland,VS2010,profiling,Silverlight 4)@H_419_8@解决方法 安装XPerf和xperfvIEw,如下所示: http://msdn.microsoft.com/en-us/library/cc305218.aspx
@H_419_8@
(1)启动样品@H_419_8@
(2)xperf -on base@H_419_8@
(3)等一下@H_419_8@
(4)xperf -d myprofile.etl@H_419_8@
(5)当这样做时,设置你的符号路径:@H_419_8@
set _NT_SYMBol_PATH= srvC:\symbols07001
(6)xperfvIEw myprofile.etl@H_419_8@
(7)追踪 – >加载符号@H_419_8@
>选择要查看的cpu图形的区域
>右键单击并选择汇总表@H_419_8@
(8)接受EulA使用符号,扩展IExplore,扩展agcore.dll或任何您的顶级模块@H_419_8@ 总结
以上是内存溢出为你收集整理的如何配置Silverlight应用程序?全部内容,希望文章能够帮你解决如何配置Silverlight应用程序?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)