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
You could always use Java Mission Controls Flight Recorder that is bundled with Java, to profile your code execution