groundsix/profiler

A profiler to monitor code execution stats


Keywords
time, profiler, stats, execution, groundsix
License
MIT

Documentation

Profiler

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)