Profiling a hooked assembly
I want to do a performance analysis via VS2010 for a hooked assembly. The 开发者_StackOverflowhost process is started by a third application which performs the hook, so I cannot simply start the host exe with the profiling tool.
I already managed to attach the VS2010 debugger to the host process to debug my assembly. How do I run the profiling tool? Is there a way to call the profiler from within the assembly?
Thanks in advance for your help
精彩评论