Question How to get the CPU percentage of a process

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
I want to get the CPU % of a specific process just like how task manager shows it. I can get the process with process.getprocesses() and get the one i want but how to get the CPU % from that?
 
Back
Top