sjoorm/yii2-xhprof

Simple Yii2 XHProf extension

Installs: 85

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 1

Type:yii2-extension

1.0.0 2015-07-27 08:18 UTC

This package is not auto-updated.

Last update: 2024-05-25 15:52:03 UTC


README

Simple Yii2 XHProf extension

Usage:

return [
    'components' => [
        // ...
        'xhprof' => [
            'class' => 'sjoorm\yii\extensions\XHProf',
            'namespace' => 'my-project-1',
            'host' => 'http://xhprof.local',
            'includeLibrary' => '/usr/local/Cellar/php56-xhprof/254eb24/xhprof_lib/utils/xhprof_lib.php',
            'includeRuns' => '/usr/local/Cellar/php56-xhprof/254eb24/xhprof_lib/utils/xhprof_runs.php',
        ],
        // ...
    ],
    'bootstrap' => [
        'xhprof',
    ],
];