n8w Posted December 23, 2006 Share Posted December 23, 2006 For some reason .. I [b]somtimes[/b] get a negative number when I track how long a query takesmost of the time I get a number like:0.064271but sometimes I get a negative number:[b]-0.765811[/b]Here is my code[code] # execute SQL statement $start =""; $querytime=""; $start = microtime(TRUE); $retid = mysql_query($sql) or die(mysql_error()); $querytime = microtime(TRUE) - $start;[/code]You can see it if you go to http://www.illustrationmundo.com/illustrators.php?feature=c and look at the bottom left corner .. hit refresh and the times will change Quote Link to comment Share on other sites More sharing options...
AndyB Posted December 24, 2006 Share Posted December 24, 2006 http://php.net/microtime - see the comment and example by "php at washboardabs dot net" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.