Download the PHP package kanel/timer without Composer
On this page you can find all versions of the php package kanel/timer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor kanel
Package timer
Short Description A simple PHP timer that allows to benchamrk the code
License
Package timer
Short Description A simple PHP timer that allows to benchamrk the code
License
Please rate this library. Is it a good library?
Informations about the package timer
A simple Timer to benchmark functions or code execution duration
How it works :
-
Start the timer
-
Mark a place as a lap (the timer will continue counting time after returning the difference between the start and this lap)
where $duration is in milliseconds
-
If you want the duration between this lap and the last one, send this constant as a parameter:
-
To stop the time and get the duration from the beginning (the start)
- To stop the time and get the duration from the last lap
All versions of timer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package kanel/timer contains the following files
Loading the files please wait ....