|
|
| Name: |
Code Timer |
| Base name: |
codetimer |
| Description: |
Measure the time a PHP script takes to execute |
| Related classes: |
timer, phpTimer, resolution, php timer |
| Version: |
1.0 |
| PHP version: |
4.0 |
| License: |
BSD License |
| All time users: |
466 users |
| All time rank: |
4766 |
| Week users: |
3 users |
| Week rank: |
1194 |
| |
|
This is a simple class that can be used to measure the time that a script takes to execute.
It can start and stop the count of time at any point of the script.
The measured time is returned in seconds with micro-second resolution.
| Not yet rated by the users |
| |
Applications that use 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.
| |
Files |
|
|
| File |
Role |
Description |
example1.php |
Example |
Example of using class to see how long a function takes to execute |
timer.class.php |
Class |
The main timer class |