Simple benchmark
Package:
Summary:
Measure the time a PHP script takes to run
Groups:
Author:
Description:
This class can be used to measure the time a PHP script takes to run.
It can take note of time when it starts and ends a given PHP script named section.
The class can return that elapsed since it the beginning and and end of a section.
Comments are closed.