Way to see the method execution using JMC

163 views Asked by At

I have been running Java flight recorder in JMC and trying to determine which method has the low performance. I look under method profile and see list of methods with count and percentage. Is there a way to see execution time of the method?

Or are there other tools that I can use to infer the execution time of each method along with load.

0

There are 0 answers