SimpleProfiler
Package:
Summary:
Measure the time a PHP script takes to execute
Groups:
Author:
Description:
This class can be used to measure the time a PHP script takes to execute.
It can start measuring the time different sections of a script take to execute.
The class can keep track of the elapsed time of each script section and store the section name and the time in a class array variable.
It can start measuring the time different sections of a script take to execute.
The class can keep track of the elapsed time of each script section and store the section name and the time in a class array variable.
Comments are closed.