Profiling a Java Spring application
Posted
by niklassaers
on Stack Overflow
See other posts from Stack Overflow
or by niklassaers
Published on 2010-03-19T07:43:35Z
Indexed on
2010/03/19
7:51 UTC
Read the original article
Hit count: 240
Hi guys,
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 how I should do that?
I'm running STS, the project is a maven project, and I'm running Spring 3.0.1
Cheers
Nik
© Stack Overflow or respective owner