by the sounds of the question profiling is not what is needed, but rather a way to bill for execution time (with something like microtime()). Could be wrong though.<div><br></div><div>if it is profiling, xhprof is awesome and usable on production servers.</div>

<div><br clear="all">Carl Sutton<br><a href="http://dogmatic69.com">dogmatic69.com</a><br>
<br><br><div class="gmail_quote">On Fri, Oct 21, 2011 at 1:13 PM, David Goodwin <span dir="ltr">&lt;<a href="mailto:david@codepoets.co.uk">david@codepoets.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5"><br>
On 21 Oct 2011, at 13:01, alan dunn wrote:<br>
<br>
&gt; I want to measure the execution time for a function - it is to determine a price given quantity discounts, promotion prices etc.<br>
&gt;<br>
&gt; Can anyone give me tips on how to do that?<br>
&gt;<br>
&gt; More generally I have the options of running a php function - or creating a database function in plpgsql to do the same thing. Someone might have a view about their relative speeds?<br>
<br>
<br>
<br>
</div></div>Suggest you look at xdebug or xhprof and profiling.<br>
<font color="#888888"><br>
David.<br>
</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
Phpwm mailing list<br>
Website : <a href="http://www.phpwm.org" target="_blank">http://www.phpwm.org</a><br>
Twitter : <a href="http://www.twitter.com/phpwm" target="_blank">http://www.twitter.com/phpwm</a><br>
Facebook: <a href="http://www.facebook.com/group.php?gid=2361609907" target="_blank">http://www.facebook.com/group.php?gid=2361609907</a><br>
<br>
Post to list: <a href="mailto:Phpwm@mailman.lug.org.uk">Phpwm@mailman.lug.org.uk</a><br>
Archive etc : <a href="https://mailman.lug.org.uk/mailman/listinfo/phpwm" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/phpwm</a><br>
</div></div></blockquote></div><br></div>