jitesoft / stopwatch
Simple stopwatch for php.
Fund package maintenance!
jitesoft
Patreon
Open Collective
Requires
- php: >=8.1
Requires (Dev)
- php-mock/php-mock-phpunit: >=2.6.1
- phpunit/phpunit: >=9.5.25
This package is auto-updated.
Last update: 2024-10-26 16:54:21 UTC
README
Basic/naive implementation of a stopwatch using hrtime
.
All non nanosecond representations are cast with (int), making them floor to the closest value. toString representation is currently depending on the time elapsed, and if passed 1 on a given unit, it will display that unit with reminder of the value as a decimal.
If you use this package and need exact times, use the nanosecond
value of the object.