kraenzle-ritter/timelogger
Composer 安装命令:
composer require kraenzle-ritter/timelogger
包简介
Just a small stopwatch
README 文档
README
This is a more professional way: https://symfony.com/doc/current/components/stopwatch.html
However for the ease of logging (including the method´s name), I will leave this package available.
Installation
$ composer require kraenzle-ritter/timelogger
Usage
$stopwatch = TimeLogger::start();
...
$stopwatch->logTime('elapsed'); // named
...
$stopwatch->logTime();
logTime() can take 2 parameters: a name, and a minimum of seconds, so that only if the time is greater than this minimum, the method will log.
统计信息
- 总下载量: 95
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-28