0

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.

perplexedDev
  • 857
  • 4
  • 17
  • 49
  • https://github.com/async-profiler/async-profiler/ is pretty good at this. You can also use in the "Wall-clock" mode: https://github.com/async-profiler/async-profiler/#wall-clock-profiling – Juraj Martinka May 30 '23 at 06:28

0 Answers0