pyrello / artisan-profile-callable
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/pyrello/artisan-profile-callable
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2025-10-01 12:49:09 UTC
README
A simple plugin for Artisan (Laravel) to display basic profiling information about a callable method or function.
Installation
Coming soon
Example Usage
php artisan profile:callable Vendor\MyClass::myCallableMethod --arguments='comma, separated, list'
Example Output
Profiling [Vendor\MyClass::myCallableMethod::myCallableMethod]:
Time taken: 1.13009905815 seconds
Memory used: 1.79667663574 MiB
Operations: 1237