Limiting CPU usage

BlitzMax Forums/BlitzMax Programming/Limiting CPU usage

Retimer(Posted 2008) [#1]
Is there a way to detect the cpu usage % a specific app is using?


Dreamora(Posted 2008) [#2]
Yupp, you use WinAPI to request those information for the specific process.


Retimer(Posted 2008) [#3]
Ahh i'll check it out, thanks. Was hoping there was a multi-plat mod around for it already but it's being hosted on windows anyways.

Cheers