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.