vote up 2 vote down star
3

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?

flag

5 Answers

vote up 6 vote down check

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

  • Select the area of the CPU graph that you want to see
  • Right-click and select Summary Table

(8) Accept the EULA for using symbols, expand IExplore, expand agcore.dll or whatever is your top module

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

Hello

AtoLogic SilverProfiler should work for you. See http://www.atologic.com

link|flag
vote up 1 vote down

Here is a detailed blog entry about using XPerf... Also check out this video (at PDC) about profiling silverlight!!!

link|flag
vote up 0 vote down

Thanks Jon, Will try it!

Also check out this forum entry: http://silverlight.net/forums/t/12623.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.