djuricmilos/stopwatch
Composer 安装命令:
composer require djuricmilos/stopwatch
包简介
Elapsed time measurement
关键字:
README 文档
README
Installation
The preferred method of installation is via Composer. Run the following command to install the latest version of a package and add it to your project's composer.json:
composer require djuricmilos/stopwatch
Usage
use Laganica\Stopwatch\Stopwatch; $stopwatch = Stopwatch::createNew(); $stopwatch->start(); $stopwatch->getElapsedMilliseconds(); $stopwatch->stop();
Credits
License
Released under MIT License - see the License File for details.
统计信息
- 总下载量: 7.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-16