I’m using VS2005 Professional Edition that doesn’t include Performance Test Tool set. So I have to download & install the stand-alone Performance tool set. It requires a lot of manual work:
(I am using Sampling mode instead of Tracing mode because I think sampling is enough)
0. Put the performance tool binary path into the environment variable “path”
1. Build your application with “/profile” enabled
2. Start the ‘elevated command prompt’ from Accessories by “Running as Administrator” in Win7 – or you will suffer from privilege problems
3. Go into your application dir and run “vsperfcmd /start:sample /output:XXX.vsp /launch:XXX.exe”
4. After your application is done its work, run “vsperfcmd /shutdown”. You will get a .vsp file after this
5. Generate your analysis files: “vsperfreport /summary:all XXX.vsp”.
6. Check out the resulted csv files

本文介绍如何在Visual Studio 2005 Professional Edition中使用独立的性能测试工具集进行性能采样。文章详细说明了从配置环境变量到生成分析文件的全过程,并提供了具体的命令行操作步骤。
3万+

被折叠的 条评论
为什么被折叠?



