Profiling a Java Spring application

前端 未结 8 1243
再見小時候
再見小時候 2020-12-12 20:11

I have a Spring application that I believe has some bottlenecks, so I\'d like to run it with a profiler to measure what functions take how much time. Any recommendations to

8条回答
  •  醉酒成梦
    2020-12-12 20:26

    You could always use Java Mission Controls Flight Recorder that is bundled with Java, to profile your code execution

提交回复
热议问题