Download the PHP package yep/stopwatch without Composer
On this page you can find all versions of the php package yep/stopwatch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yep/stopwatch
More information about yep/stopwatch
Files in yep/stopwatch
Download yep/stopwatch
More information about yep/stopwatch
Files in yep/stopwatch
Vendor yep
Package stopwatch
Short Description Stopwatch
License BSD-3-Clause GPL-2.0 GPL-3.0
Homepage https://github.com/YepFoundation/stopwatch
Package stopwatch
Short Description Stopwatch
License BSD-3-Clause GPL-2.0 GPL-3.0
Homepage https://github.com/YepFoundation/stopwatch
Keywords stopwatch
Please rate this library. Is it a good library?
Informations about the package stopwatch
Stopwatch (docs)
Packagist
Stopwatch are available on Packagist.org, just add the dependency to your composer.json.
or run Composer command:
Usage
Stopwatch allows you to measure how long it takes to execute a certain parts of code.
You can use start
, stop
and lap
like in real world.
Example usage
How can I get the Stopwatch Event?
The Stopwatch\Event
object is returned from the start()
, stop()
, lap()
and getEvent()
methods.
How can I get the lowest Event lap duration?
How can I get the highest Event lap duration?
How can I get the average Event duration?
How can I get the Event memory usage?
How can I get all Event laps?
will print something like this:
Can I work with multiple stopwatches?
Yes :)
Try stopwatch manager ;)
How?
or simply
All versions of stopwatch with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package yep/stopwatch contains the following files
Loading the files please wait ....