up vote 2 down vote favorite
1
share [g+] share [fb]

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

link|improve this question

feedback

3 Answers

up vote 2 down vote accepted

Did you try Yourkit?

link|improve this answer
feedback

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

link|improve this answer
feedback

Try CLR Profiler by Microsoft. Free Download.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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