2017 © Pedro Peláez
 

library artisan-profile-callable

image

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

The README.md

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

The Versions

01/03 2015

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Sean Adams-Hiett