Hi,
I'm looking for a feature or software, who will allow me to easily profile my method execution time. And choose what to profile by package filter.
I know, it's profiler 101. I use the TPTP profiler. But i'm not happy with it. To be franck, i just dont understand how it's work, and when i profiling my application ( launch the server in profiling mode ) , it's take forever to do nothing. ( well, not what i expect : a simple output of execution time )
So, i do the profiling my myself my system time. ( add a line a the begginning and the ending of methods. ) It's not so bad.
My question is : i want to mesure system time before and after a method call with Spring AOP, can you give me direction ? it's a good / bad idea ? The code base is pretty large, and we dont have some much unit test, cant it be "dangerous" ?
I'm not asking for code, i think i can do it myself with this kind of link : http://static.springsource.org/spring/docs/2.5.x/reference/aop.html
But if you have a nice tutorial ( never done AOP before, just know the concept ), i take it.
Thanks,
Antoine