pyrello / artisan-profile-callable
There is no license information available for the latest version (dev-master) of this package.
dev-master
2015-03-01 19:05 UTC
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-11-13 08:31: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