ivol / simple-profiler
Allows to profile your application on the fly.
v1.0.0
2019-08-02 08:30 UTC
Requires (Dev)
- phpunit/phpunit: 4.8.*
This package is auto-updated.
Last update: 2024-10-29 05:42:38 UTC
README
Simple profiler provides a simple and configurable way to profile your code.
Installation
Add library to your Composer project:
composer require ivol/simple-profiler
Usage
Check tests/src/Integration/IntegrationTest.php for usage example.
License
simple-profiler is released under the MIT License.