我禁止了collect coverage data
没办法,我想去掉一些没用的模块,不做分析,应该可以降低CPU开销,但是碰到一个问题。
我点击"change purify settings for the current program",然后在"powercheck"中选择"configure",但是发现里面的模块只能选择"mini"还是"precise",却不能"exclude"。
我又到"change purify settings to us for the all programs",在"powercheck"中选择"exclude all modules in windows directories",但是到"configure"中一看,并没有exclude这些模块的。而且调试的时候,仍然是100%。
不知道如何才能禁止处理所有模块,只保留我自己编写模块????作者: janetliu1978 时间: 2006-7-16 10:06
If your module is compiled as debug version, you should be able to select "Selected module" which is just under "All module". But you need to set an evironment variable, you can ask IBM support for this environment variable setting. Then you will be able to select "Selected Module".