This is a simple class that can be used to measure the time a script takes to execute.
It can retrieve the time value in the start and the end of section of script and then compute the difference of the time between the start and end points.
The class can also display a message showing the time the page took to be generated.
The comments in the class are in Portuguese.
A pretty simple class that allows to get script code processing time
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
processing.class.php |
Class |
The main class. Contains whole methods that allows to get script code processing |
script_time.php |
Example |
Shot example of to use this class |