For an application I'm writing, I would like to keep tabs on how much CPU power the various threads are taking up. However, I do not see a suitable method in either java.lang.Thread or java.lang.ThreadGroup that gives such information.
Is there a way to find CPU load for each Thread?
If not, I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.