开发者

Profiling a hooked assembly

开发者 https://www.devze.com 2023-03-28 14:39 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消