Profiling Xbap application

Questions about YourKit .NET Profiler
Post Reply
Arnaud
Posts: 2
Joined: Thu Jan 09, 2014 12:59 pm

Profiling Xbap application

Post by Arnaud »

Hello. How can I profile a xbap application ? It runs in Internet Explorer and calls some WCF services.
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Profiling Xbap application

Post by Anton Katilin »

Please try profiling the following via Profile standalone application:

C:\Windows\SysWOW64\PresentationHost.exe -debug "<Path>\XbapProfile.xbap"
Arnaud
Posts: 2
Joined: Thu Jan 09, 2014 12:59 pm

Re: Profiling Xbap application

Post by Arnaud »

Hi, your solution works well. Thank you. Do you know how to profile internet explorer ?
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Profiling Xbap application

Post by Anton Katilin »

It seems that you can profile the following as a standalone application:

<full path to>iexplore.exe "<Path>\XbapProfile.xbap"
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: Profiling Xbap application

Post by Anton Katilin »

An update: the process will launch, but the progress window may remain opened. If this happens, click "Cancel" then connect to the PresentationHost.exe which should appear in the list of locally running applications.
Post Reply