Is their any profilers that support Silverlight? I have tried ANTS (Version 3.1) without any success? Does version 4 support it? Any other products I can try?
|
3
|
|
|
|
|
|
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:
set _NT_SYMBOL_PATH= srv*C:\symbols*http://msdl.microsoft.com/downloads/symbols
(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 |
|||
|
|
|
|
Has anyone managed to get XPerf to work satisfactorily on Windows XP? By the looks of things the kernel doesn't really support the new Windows Event Tracing I've been looking for an excuse to be upgraded to Windows 7 :P |
||
|
|
|
|
Hello AtoLogic SilverProfiler should work for you. See http://www.atologic.com |
||
|
|
|
|
Here is a detailed blog entry about using XPerf... Also check out this video (at PDC) about profiling silverlight!!! |
||
|
|
|
|
Thanks Jon, Will try it! Also check out this forum entry: http://silverlight.net/forums/t/12623.aspx |
||
|
|
