How to find CPU-intensive class in Java?

Posted by I.Randanad on Stack Overflow See other posts from Stack Overflow or by I.Randanad
Published on 2010-06-01T19:08:15Z Indexed on 2010/06/01 19:43 UTC
Read the original article Hit count: 159

Filed under:
|
|

I have a big program in Java that uses multithreading. In some cases, the program starts using 100% of three cores of my eight core system. In normal use, the program use all cores at 1-2%. How can I find the class that's overloading cores?

© Stack Overflow or respective owner

Related posts about java

Related posts about multithreading