[PHP] Re: benchmarking php scripts

2002-01-16 Thread Yasuo Ohgaki
Eugene Lee wrote: > Is there a way to benchmark a PHP script to see how intensive it is? > For example, execution time, CPU/RAM/disk usage, etc. Thanks in advance. > Try APD. http://apd.communityconnect.com/ It's a degugger and profiler. It does not show all of bench you want, but it works w

Re: [PHP] Re: benchmarking php scripts

2002-01-16 Thread Eugene Lee
On Wed, Jan 16, 2002 at 05:41:34PM +0900, Yasuo Ohgaki wrote: : : Eugene Lee wrote: : > : > Is there a way to benchmark a PHP script to see how intensive it is? : > For example, execution time, CPU/RAM/disk usage, etc. Thanks in advance. : : Try APD. Thanks. It'll be a decent start. Getting

RE: [PHP] Re: benchmarking php scripts

2002-01-17 Thread Boaz Yahav
: [EMAIL PROTECTED] Subject: Re: [PHP] Re: benchmarking php scripts On Wed, Jan 16, 2002 at 05:41:34PM +0900, Yasuo Ohgaki wrote: : : Eugene Lee wrote: : > : > Is there a way to benchmark a PHP script to see how intensive it is? : > For example, execution time, CPU/RAM/disk usage, etc