Registry / utility / devster-ubench

devster-ubench

JSON →
library2.1.0phppackagistunverified

Micro PHP library for benchmarking

composer require devster/ubench
INSTALL
IMPORT
SIG · DEVSTER-UBENCH
D
devster-ubench
utilityphpv2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ubench
use Ubench\Ubench;

Start and stop a benchmark to measure execution time.

use Ubench\Ubench; $bench = new Ubench(); $bench->start(); // ... code to benchmark ... $bench->end(); echo $bench->getTime();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
devster-ubench — pip install devster-ubench · libregistry