/ Published in: Pascal

URL: https://stackoverflow.com/questions/33571061/get-the-percentage-of-total-cpu-usage
Get the Percentage of Total CPU Usage
Expand |
Embed | Plain Text
GlobalMemoryStatus(RamStats); Label1.Caption := Format('RAM: %d %%', [RamStats.dwMemoryLoad]);
You need to login to post a comment.