Download the PHP package sbwerewolf/stopwatch without Composer
On this page you can find all versions of the php package sbwerewolf/stopwatch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sbwerewolf/stopwatch
More information about sbwerewolf/stopwatch
Files in sbwerewolf/stopwatch
Download sbwerewolf/stopwatch
More information about sbwerewolf/stopwatch
Files in sbwerewolf/stopwatch
Vendor sbwerewolf
Package stopwatch
Short Description Primitive stopwatch with simple start and stop for measurement of every single time periods and whole time
License MIT
Package stopwatch
Short Description Primitive stopwatch with simple start and stop for measurement of every single time periods and whole time
License MIT
Please rate this library. Is it a good library?
Informations about the package stopwatch
Simple stopwatch
Primitive stopwatch, with simple start and stop methods, for measurement of every single time periods and all time whole.
How to install
composer require sbwerewolf/stopwatch
How to use
Stopwatch available with different engines:
hrtime()
microtime()
DateTimeImmutable
\SbWereWolf\Stopwatch\HRTimeStopwatch
implements
hrtime()
engine.
\SbWereWolf\Stopwatch\MicroTimeStopwatch
implements
microtime()
engine.
\SbWereWolf\Stopwatch\DateTimeStopwatch
implements
DateTimeImmutable
engine.
Advanced usage
Using a stopwatch to benchmark any process
Contacts
Chat with me via messenger
All versions of stopwatch with dependencies
PHP Build Version
Package Version
The package sbwerewolf/stopwatch contains the following files
Loading the files please wait ....