pyrello/artisan-profile-callable

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Package info

github.com/pyrello/profile-callable

pkg:composer/pyrello/artisan-profile-callable

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2015-03-01 19:05 UTC

This package is not auto-updated.

Last update: 2026-03-18 15:12:51 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