dev-master
9999999-dev http://codervio.comCodervio Stopwatch
MIT
The Requires
- php ^7.1
- codervio/stopwatch dev-master
The Development Requires
by Marin Sagovac
framework php stopwatch environment microtime dev-tools hrtime
Codervio Stopwatch
A Stopwatch
measures consumption time of executed scripts in micro/nano/mill seconds format.
It includes pause
event to freeze consumption time.
A stopwatch time can be named as event stopwatch name.
Support drivers using HRTime package or native microtime., (*2)
Due I am working 100% alone without any helps, organizations and any others team I can be satisfy for receiving any amount of payment to improve, develop and continue building on origin idea of framework., (*3)
You can pay any amount to PayPal: https://www.paypal.me/codervio?locale.x=en_US, (*4)
Status of core:, (*5)
Version | State |
---|---|
1.0 |
Release version |
PHP version above 7.1
.
Quality assurance: Unit tests provided, (*6)
Stopwatch
] - A stopwatch constructorsetDriver
] - Set Stopwatch driver typegetDriverName
] - Get a class name of driver that is usingstart
] - Start method for stopwatch timerstop
] - Stop method for stopwatch timernext
] - Automatically start a new timer measurementpause
] - Start freezing timer of stopwatchunpause
] - Stop freezing timer of stopwatchgetDuration
] - Get a duration time consumptiongetEvent
] - Fetch event namegetId
] - Get IdgetTaskCount
] - Get number of tasks executedgetTimeBorn
] - Get at least first time executedgetPrettyPrint
] - Print in a table view rendered stopwatch eventsgetDuration
] - Fetch duration of eventgetStart
] - Get time of started eventgetStop
] - Get time of stop eventgetType
] - Get a type of event (run or pause)isStopped
] - Check is event stoppedisStarted
] - Check is event startedCodervio Stopwatch
MIT
framework php stopwatch environment microtime dev-tools hrtime