QB64.org Forum

Active Forums => Programs => Topic started by: SMcNeill on June 09, 2020, 09:25:29 am

Title: Memory Usage
Post by: SMcNeill on June 09, 2020, 09:25:29 am
A quick little header and set of utilities which you can use to get system memory data from your Windows PC.  File is zipped together as it's a .h file as well as the .BAS file, and both are needed to run this.
Title: Re: Memory Usage
Post by: Richard Frost on June 09, 2020, 04:08:35 pm
Oh wow, that GetCPULoad will be very useful in knowing when to inject delays into my chess program to prevent overheating/rebooting.
Title: Re: Memory Usage
Post by: Petr on June 09, 2020, 04:29:27 pm
Thank you for this, Steve!