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 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 and let us know your feedback!