Simple Profiler
Package:
Summary:
Measure the time a script takes to execute
Groups:
Author:
Description:
This class can be used to measure the time a script takes to execute.
It can start and stop a timer several times in different place of a script.
The class stores the time it took between the timer start and stop moments and associate a description to each timed period.
Then it can display the different timed intervals in an HTML table.
It can start and stop a timer several times in different place of a script.
The class stores the time it took between the timer start and stop moments and associate a description to each timed period.
Then it can display the different timed intervals in an HTML table.
Comments are closed.