I need to collect performance metrics for a bunch of Grails on Groovy apps. I'm thinking of doing it on the basis of a few examples on the web (cf. http://www.infoq.com/articles/aop-with-groovy). I think I've got what I need to do in terms of collecting perf data across method and closure boundaries.
What I have not a good idea of doing is o how can I bunch up my perf stats together so that their granularity is preserved o how to be able to weave the advice at load time using Groovy/Grails instead of instrumenting the code before run-time
Any (and every) help is very welcome!
Thanks