Re: DBI::Profile meets Devel::DProf?

2002-10-04 Thread Tim Bunce
On Thu, Oct 03, 2002 at 05:27:17PM -0400, Sam Tregar wrote: > On Tue, 1 Oct 2002, Tim Bunce wrote: > > > > - Build the sub-class in such a way that it does not accumulate > > > profiling data in-memory without limit. Devel::DProf and > > > Devel::Profiler accomplish this by doing buffe

Re: DBI::Profile meets Devel::DProf?

2002-10-03 Thread Sam Tregar
On Tue, 1 Oct 2002, Tim Bunce wrote: > > - Build the sub-class in such a way that it does not accumulate > > profiling data in-memory without limit. Devel::DProf and > > Devel::Profiler accomplish this by doing buffered writes of raw deltas > > into the data file and only assemblin

Re: DBI::Profile meets Devel::DProf?

2002-10-01 Thread Tim Bunce
On Mon, Sep 30, 2002 at 06:27:38PM -0400, Sam Tregar wrote: > Hello all. I'm thinking about creating a DBI::Profile subclass to enable > profiling of database queries in large Apache/mod_perl applications. Excellent. I was hoping someone would. > Here's my plan: > > - At runtime, instead of

DBI::Profile meets Devel::DProf?

2002-09-30 Thread Sam Tregar
Hello all. I'm thinking about creating a DBI::Profile subclass to enable profiling of database queries in large Apache/mod_perl applications. I built a similar system for the Bricolage project (http://bricolage.cc), which uses a DBI wrapper class. Now I'd like to create a module that offers sim