library artisan-profile-callable
pyrello/artisan-profile-callable
- Sunday, March 1, 2015
- by pyrello
- Repository
- 0 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Callable Profiler
A simple plugin for Artisan (Laravel) to display basic profiling information about a callable method or function., (*1)
Installation
Coming soon, (*2)
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