PHP-Klasse::Code_Timer 05.05.2007

Kurzbeschreibung: Measure the time a PHP script takes to execute
Veröffentlicht am: 05.05.2007
Gruppe(n):
- Time and Date
Beschreibung:
This is a simple class that can be used to measure the time that a script takes to execute.
It can start and stop the count of time at any point of the script.
The measured time is returned in seconds with micro-second resolution.
link: Code Timer