How to attach to other process in VSTS performance profiler
不知道为虾灭,默认情况下,俺们在 VSTS 里是不能把 profiler 挂到其他进程的。
所以当我们设置好一切,点击上面的菜单选项之后,,,
俺们会看到这个提示,continue anyway 之后自然什么结果都得不到。
解决方法备忘如下:
命令行执行:
X:\Program Files\Microsoft Visual Studio 9.0\Team Tools\Performance Tools\VSPerfCLREnv /globalsampleon
重启。
OK。