Profiling code with dynamic proxies
He’s only just started blogging, and already he’s digging up gold!
OK – I knew what he was going to post about because we use it in the office, but I’m glad that our “dynamic proxy profiling tool”:http://blogs.atlassian.com/offthebeatentrack/archives/000093.html is online.
It’s a _really_ simple tool, but *awesome* for profiling code quickly and easily. As Scott indicates, we’ve written hooks into the profiling core (a hierarchy of simple timer beans) for web requests (via servlet filters), webwork (a special action factory), managers (dynamic proxies) and others are possible.
It creates a coherent profile time stack through a single web request thoughtout your application, which makes it _perfect_ for profiling web applications.
“Give it a try”:http://blogs.atlassian.com/offthebeatentrack/archives/000093.html and let us know your feedback!