Author Topic: Memory Usage  (Read 1263 times)

0 Members and 1 Guest are viewing this topic.

Offline SMcNeill

  • QB64 Developer
  • Forum Resident
  • Posts: 3972
    • View Profile
    • Steve’s QB64 Archive Forum
Memory Usage
« 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.
* MEMUSAGE.ZIP (Filesize: 1.62 KB, Downloads: 259)
MemUsage Screenshot.png
* MemUsage Screenshot.png (Filesize: 581.03 KB, Dimensions: 1920x1040, Views: 332)
« Last Edit: June 09, 2020, 09:27:52 am by SMcNeill »
https://github.com/SteveMcNeill/Steve64 — A github collection of all things Steve!

Offline Richard Frost

  • Seasoned Forum Regular
  • Posts: 316
  • Needle nardle noo. - Peter Sellers
    • View Profile
Re: Memory Usage
« Reply #1 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.
It works better if you plug it in.

Offline Petr

  • Forum Resident
  • Posts: 1720
  • The best code is the DNA of the hops.
    • View Profile
Re: Memory Usage
« Reply #2 on: June 09, 2020, 04:29:27 pm »
Thank you for this, Steve!