Stand-alone Profiler for VS2005

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

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值