jtm / timer

此包的最新版本(0.1.2)没有可用的许可信息。

0.1.2 2019-12-21 11:17 UTC

This package is not auto-updated.

Last update: 2024-10-01 20:49:05 UTC


README

用法

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