That's the screen that pops up when you access a runmode of a CGI::App using the module. It shows profiling data for all DBI usage triggered by the request.
Of course, if it was done I'd be releasing it. I need to figure out why I'm getting bogus statement-less profile nodes (might be the fault of my test app rather than DBI::Profile). I also need to test it with a persistent DB handle between requests. I think I might need to make a patch to DBI::ProfileDumper to get that working right.
I'll also need to wait for CGI::Application v4.0 to release the module since it uses the new callback interface.
-sam
Re: Progress on C::A::P::DBIProfile (Score:1)
Re: Progress on C::A::P::DBIProfile (Score:2)
-sam