$startTime
$startTime :
A class to check the execution time of a script.
Create a new instance at the start of the area to time and then at the end, call setEnd(). You are not required to call setStart(), except in special cases.
Then, call toString() for a quick and easy screen print out of the time.