Hello,
Currently, the CPU usage column on the Processes shows CPU usage calculated per entire CPU (which was normal in the days of single-core CPUs).
Modern CPUs have many cores, but many programs remain single-threaded. For example, on a 16-core CPU, a single-threaded process will show only 6.2% usage (even though it takes up 100% of its potential).
Therefore, I propose also adding a CPU usage column calculated per core. This will immediately show how much a process is actually consuming per core.
Hello,
Currently, the CPU usage column on the Processes shows CPU usage calculated per entire CPU (which was normal in the days of single-core CPUs).
Modern CPUs have many cores, but many programs remain single-threaded. For example, on a 16-core CPU, a single-threaded process will show only 6.2% usage (even though it takes up 100% of its potential).
Therefore, I propose also adding a CPU usage column calculated per core. This will immediately show how much a process is actually consuming per core.