PHP-Klasse::Measure page load time 30.09.2007

Kurzbeschreibung: Measure the time a script takes to execute
Veröffentlicht am: 30.09.2007
Gruppe(n):
- performance and optimization
Beschreibung:
This is a simple class that can be used to measure the time a script takes to execute.
It can take not of the current time of a given start and end points of a script .
The class returns the difference between the end and start time.
Link: Measure page load time