Page 1 of 1

Benchmarking

Posted: Wed Aug 14, 2002 11:57 pm
by hob_goblin
everybody talks about benchmarking things to tell which is faster

how would i do this?

how would i time it accurately?

Posted: Thu Aug 15, 2002 2:17 am
by volka
I'm running a debug version of php in a profiler. This doesn't tell me exactly what part of the script took the time but what php functions do. Until now this has been sufficient.
But there are some in-php solutions I've seen (but never used). Most of them need code to be inserted :(

But the question should not be: "Is it fast?" but "Is it fast enough?" ;)