you might want to add this to each of the scripts and see:
<?
//very first line of the script
echo "Script started at:" . date("D M j g:i:s T Y");
//very last line of the script
echo "Script ended at:" . date("D M j g:i:s T Y");
?>

btw, check the microtime() it have exatly what you're looking for.

Greetings from Lebanon ;)


"Ben-Nes Michael" <[EMAIL PROTECTED]> wrote in message
00c601c13066$990f51c0$[EMAIL PROTECTED]">news:00c601c13066$990f51c0$[EMAIL PROTECTED]...
> Is there a way to compare between two scripts ?
>
> like how much time took every script or how much memory/resources it used.
>
> --------------------------
> Canaan Surfing Ltd.
> Internet Service Providers
> Ben-Nes Michael - Manager
> Tel: 972-4-6991122
> http://sites.canaan.co.il
> --------------------------
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to