santik/phpunit-profiler
Composer 安装命令:
composer require santik/phpunit-profiler
包简介
Phpunit listener for profiling tests
README 文档
README
Small library for showing how much time every test took to run.
Installation
$ composer require santik/phpunit-profiler
Configuration
Add following lines in your phpunit.xml file.
<listeners>
...
<listener class="ProfilingTestListener" file="PATH_TO_DIRECTORY_WITH_LIBRARY/ProfilingTestListener.php">
<arguments>
<double>0.015</double><!--seconds-->
<double>0.001</double><!--seconds-->
</arguments>
</listener>
....
</listeners>
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2017-11-02