Performance and optimization: Time to generate a page or blocks
runcore (contact me)
This is a simple class can be used to measure the time that takes to execute the current script.
It can also be used to measure partial time to execute parts of the current script by adding check points. Each check point may have a different name.
In the end of the script the class can display in an HTML table the time that it took to reach each check point.
Click here for detailed information about this class on phpclasses.org