jtm/timer

There is no license information available for the latest version (0.1.2) of this package.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/jtm/timer

0.1.2 2019-12-21 11:17 UTC

This package is not auto-updated.

Last update: 2025-10-15 01:37:34 UTC


README

usage

$timer = new \JtM\Timer\Timer();
$timer->start();
//...
$timer->stop();
var_dump($timer->diffMemory(), $timer->diffTime());