PDA

View Full Version : how do you benchmark php script?



niekas
December 15th, 2000, 04:44
i need to benchmark php script - how do you measure execution time of the script at any point of the script and find bottlenecks etc?

ashben
December 15th, 2000, 05:09
For the execution time, you may just mark the timestamp at the beginning of the script and then at the end. Finally, just compare the two variables.

Hope it helps!

usr
December 15th, 2000, 18:24
Run Quake II on them... ;)