ogzcakar/basic-process-time
Composer 安装命令:
composer require ogzcakar/basic-process-time
包简介
The BasicProcessTime class allows you to see how long the processes you write work.
README 文档
README
Description : The "BasicProcessTime" class allows you to see how long the processes you write work.
Installation
composer require ogzcakar/basic-process-time
Usage
To print the processing time on the screen
<?php processTime('testKey'); for ($i = 0; $i <= 200000000; $i++){} echo processTime('testKey');
Or if you want to log the processing time
<?php processTime('testFile'); for ($i = 0; $i <= 200000000; $i++){} processTime('testFile', 'fileName.txt'); // Or echo processTime('testFile', 'fileName.txt');
For Help and Contact
Mail : ogzcakar@gmail.com
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-06