This package helps you to understand better how efficient your code is.
Require this package with composer.
composer require bbsnly/performer
php >= 7.2
$performer = new \Bbsnly\Performer\Performer;
$performer->run(function () {
// do something
});
Thank you for considering contributing to the Performer!
The Performer is open-sourced software licensed under the MIT license.