hi , am trying to benchmark some code and it requires the time difference in milliseconds
$st_time = {get time in milliseconds);
{
do something
}
$end_time = {get time in milliseconds);
get difference ($dlta = $end_time - st_time);
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
