groundsix/profiler

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

A profiler to monitor code execution stats

dev-master 2015-01-16 16:59 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:22:39 UTC


README

Build Status Total Downloads

Installation

Preferred installation is via composer: groundsix/profiler

{
    "require" : {
        "groundsix/profiler": "dev-master"
    }
}

You can also clone the repository using git: git clone git@github.com:GroundSix/Profiler.git

Tests

composer install
phpunit --configuration phpunit.xml

License

MIT (see LICENSE)