Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome task manager CPU column meaning

I was testing with the Chrome task manager recently and found that one of my tabs had a CPU usage of 325.1 ...I was under the impression that this number was CPU %, but now I'm thinking it means something else.  Anyone have any idea as to what it means?

enter image description here

like image 343
CodeCheshire Avatar asked Oct 23 '25 02:10

CodeCheshire


1 Answers

CPU - The most recent measurement of the process’s CPU usage, expressed as the percentage of a single CPU core used in total, by all of the process’s threads. This gives a value from zero to CpuInfo.numOfProcessors*100, which can exceed 100% in multi-threaded processes. Only available when receiving the object as part of a callback from onUpdated or onUpdatedWithMemory.

https://developer.chrome.com/docs/extensions/reference/processes/

like image 165
Ilya Shmin Avatar answered Oct 26 '25 17:10

Ilya Shmin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!