views:

132

answers:

4

Hi All,

Is there any process-attachable .NET profiler available?

The problem faced is that I am currently wanting to profile an online-only ClickOnce application, which cannot be started any other way other than the website. Anybody have any ideas?

Thanks,

Kyle

+1  A: 

Did you try Yourkit?

Aviator
+1  A: 

You can use windbg + sos extension as well. It can be attached to a process.

Romain Verdier
A: 

Try YourKit http://www.yourkit.com/.net/profiler/ profiler. It can be attached to any .net process.

Serge
A: 

Try CLR Profiler by Microsoft. Free Download.

devio