Im looking for ways to benchmark my script.
I read on O'Reilly that I could use PEAR, and I tried it a few weeks ago 
when I was running php 4.1.2.
Today I upgraded to php 4.2.1 and when I try to include the benchmark 
the script is unable to find the PEAR benchmark class.|

include_once("Benchmark/Timer.php");|
Warning: Failed opening 'Benchmark/Timer.php' for inclusion 
(include_path='.:/usr/local/lib/php')

Also on a side note, I dont know much about benchmarking utilities, but 
what else is out there for windows/bsd??
Thanks

-- 
Gerard Samuel
http://www.trini0.org:81/
http://dev.trini0.org:81/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to