Collecting action execution times in Lumen/Laravel
composer require laravel-tool/benchmark
Service provider auto discovered
Add to bootstrap/app.php
$app->register(LaravelTool\Benchmark\ServiceProvider::class);
Benchmark::index();
Benchmark::clear();