K-Stopwatch
Package:
Summary:
Measure the time it takes to execute PHP scripts
Groups:
Author:
Description:
This class can be used to measure the time it takes to execute PHP scripts.
It can start measuring the time a script section takes to execute assigning it a name.
The class then takes the time the section ended to execute. It also supports nested script sections.
It can start measuring the time a script section takes to execute assigning it a name.
The class then takes the time the section ended to execute. It also supports nested script sections.
Comments are closed.