In my web application a servlet needs multiple seconds even before it starts to write the response. I would like to find out, which methods are called during servlet execution and what time each method takes.
Is there a profiler already included in the Luna release of Eclipse IDE for Java EE Developers? How do I activate it?
There is a lot information available on the web, but it seams names change all the time so I have difficulties to filter the relevant.
JVM Monitor 3.8 works fine with Eclipse Luna and it is also quite simple to use.
Now your call tree should be populated as you interact with your application and you can analyse the method calls and their duration. The output should look like this: