How To Get Per-Core CPU Usage
April 17th, 2009It’s pretty easy to get the average CPU usage, but how about calculating the per-code load on multicore systems? Turns out it’s also simple enough if you use performance counters.
Windows API includes a subset of functions that provide various performance-related information, which includes data on how busy individual processors or cores are. In this [...]
Posted by White Shadow