[PHP] Timing PHP

2002-03-18 Thread Stig Kronback
Dear ? I need to see how long it takes for my php-scripts to execute, what can I do, doesn't PHP include a function that will show that information? Regards, Stig = Stig Kronback Andersen Drejervej 13, st 2400 Koebenhavn NV Denmark Phone: +45 35310382 E-mail: [EMAIL PROTECTED]

RE: [PHP] Timing PHP

2002-03-18 Thread Niklas Lampén
microtime() function's manual entry tells you exactly what you want to do. :) Niklas -Original Message- From: Stig Kronback [mailto:[EMAIL PROTECTED]] Sent: 18. maaliskuuta 2002 12:00 To: [EMAIL PROTECTED] Subject: [PHP] Timing PHP Dear ? I need to see how long it takes for my php

Re: [PHP] Timing PHP

2002-03-18 Thread Mika Tuupola
On Mon, 18 Mar 2002, Stig Kronback wrote: I need to see how long it takes for my php-scripts to execute, what can I do, doesn't PHP include a function that will show that information? PEAR has a benchmark class which does just that: