jtm/timer

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

Maintainers

Package info

github.com/JtM-courses/timer

pkg:composer/jtm/timer

Statistics

Installs: 11

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.2 2019-12-21 11:17 UTC

This package is not auto-updated.

Last update: 2026-03-04 03:31:02 UTC


README

usage

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