google搜索 51Testing站内搜索                    软件测试门户 | 软件测试培 训 | 文章资料精选 | 软件测试论坛 | 软件测试博客 | 测试招聘求职 
打印

有关Rational性能测试工具Quantify的问题,请高手指点

有关Rational性能测试工具Quantify的问题,请高手指点


在使用Rational的性能测试工具Quantify的时候,在执行过程中,出现异常。显示: Note: Compilation for "Edit and Continue" has been detected. Applying changes to a running program is not supported by Quantify. 不知是什么原因?请高手指教,谢谢了

TOP

你用它测试什么程序?
为您提供软件测试免费职业咨询、软件测试高薪技能培训、软件测试人才免费推荐的一条龙服务!!!
联系msn:sinckyzhang@gmail.com
欢迎访问http://hr.51testing.com 国内第一个专业的软件测试领域人才招聘网站!企业招聘、个人求职全免费!

TOP

你所测试的程序编译的时候设置了“edit and continue”项,需要在VC project setting里面去掉,具体在哪里忘了,可以参考quantify使用手册里面“VC++推荐设置”

TOP

1. In Visual Studio, select Project > Settings. 2. In the Link tab: Select General in the Category drop-down list box. Clear the Link Incrementally checkbox. Incremental linking can corrupt the symbols for the program, so that Runtime Analysis tools will not be able to read them. In the Project Options box enter: /fixed:no. This adds relocation information to your image file. Select Debug in the Category drop-down list box. Clear the Separate types check box. Separate types links several smaller .pdb files to make one large .pdb file. Rational Runtime Analysis tools require one .pdb file for each.exe or .dll. 3. In the C/C++ tab: Select General in the Category drop-down list box. Select Program Database in the Debug info drop-down list box. The Program Database for Edit and Continue feature is not supported by Rational Runtime Analysis tools. 4. If you are using release mode: In the Link tab, select General in the Category drop-down list box. In the Link tab, check Generate debug info. In the C++ tab, select Disable (Debug) in the Optimizations drop-down list box. Generate debug info and disable optimizations (such as time and size) are the defaults for a debug build, but not for a release build.

TOP

thanks

TOP

 
当前时区 GMT+8, 现在时间是 2008-7-6 07:20Copyright(C)上海博为峰软件技术有限公司 2001-2007 电话:021-64471599-8017
当您在访问网站、论坛及博客过程中遇到问题时可发送email:webmaster@51testing.com或发送论坛短信至管理员风在吹