Any Way to Check Required CPU?

Blitz3D Forums/Blitz3D Beginners Area/Any Way to Check Required CPU?

Crazy4Code(Posted 2005) [#1]
I'm wondering what the requirements for a CPU would be for a game I made. I couldn't find any commands in blitz that would tell you. I did find the AvailVidMem() which helped for that, but I'd like to know the CPU too. If not in blitz, is there a way in windows that I could somehow see how much of my CPU the game is using?


Stuart Morgan(Posted 2005) [#2]
Generally a blitz program will use 100% of the cpu every frame unless there is a delay in the main loop.

There is a cpuspeed .dll that will tell you how much cpu usage your program is using.

Here it is http://www.blitzbasic.com/toolbox/toolbox.php?tool=122