How to measure Java thread execution time?

Posted by giolekva on Stack Overflow See other posts from Stack Overflow or by giolekva
Published on 2010-05-06T11:44:21Z Indexed on 2010/05/06 11:48 UTC
Read the original article Hit count: 157

Hey,

I want to measure thread execution time in Java. Now I'm monitoring thread start and end times, but I think it's not so accurate because thread could be suspended during it execution.

© Stack Overflow or respective owner

Related posts about java

Related posts about multithreading