The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

<HTML>

<HEAD>

<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
 <TITLE>How fast was what?</TITLE> 
</HEAD>

<BODY     >

 <H1>How fast was what?</H1> 
 <P><UL>
<LI><H2>Breakdown by statement and method:
</H2>
<UL>
$ DBI_PROFILE=6 test.pl         (only part of output is shown here)
<BR><BR>'UPDATE prices SET price=? WHERE prod_id=?' =&#062
<BR>    'execute' =&#062
<BR>        0.000951s
<BR>    'prepare' =&#062
<BR>        0.000404s
<BR>
</UL></UL><UL>
<LI><H2>Some key points
</H2>
<UL>
<LI>Only profiles ‘top level’ calls from application, not ‘recursive’ calls from within DBI/DBD.
<LI>Timing data is collected and merged into a $h-&#062{Profile}{…}{…} data tree
<LI>All handles share the same data tree by default - giving one overall set of results
<LI>The ‘path’ through the tree to where the data is merged-in can be dynamically controlled
<LI>By default $dbh method calls are usually associated with the $dbh-&#062{Statement} string
<LI>DBI::Profile can be subclassed (e.g., DBI::ProfileDumper for mod_perl)
<LI>Applications can add their own timing data
<LI>More features than I can fit on the slide...
</UL></UL></P>
<P></P> 
<P>
<TABLE>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld023.htm">Previous slide</A> </TD>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld025.htm">Next slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="tsld001.htm">Back to first slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="sld024.htm">View graphic version</A> </TD>
</TABLE>
<BR>
</P>



</Body>
</HTML>