Debug performance better than release???

Started by
2 comments, last by radovec 21 years, 6 months ago
Hi, Does anybody know why I have more fps (1600 fps) in debug mode like in release mod (500 fps). ?? When I try it on other PC, it was ok ( debug 1000 fps, release 2500 fps). I have DX8.1 SDK on ma computer. Thanks.!
Advertisement
Could be that you have the debug-version of DX installed on your computer. Even if you compile and run on your comp. Debug-mode will be used. You can set DirectX to use releasemode in windows controlpanel/DirectX
_________________________ www.leXor.net
No I have DirectX retail version checked in DirectX settings.



Run your program in a debugger and turn the debug output level up to maximum in the control panel.

The debug DX runtimes filter "silly" mistakes you may have made. The retail DX runtimes won''t - so they just pass on any mistakes to hardware.

--
Simon O''Connor
Creative Asylum Ltd
www.creative-asylum.com

Simon O'Connor | Technical Director (Newcastle) Lockwood Publishing | LinkedIn | Personal site

This topic is closed to new replies.

Advertisement