sjoorm/yii2-xhprof

简单的 Yii2 XHProf 扩展

安装次数: 85

依赖者: 0

建议者: 0

安全: 0

星标: 1

关注者: 3

分支: 1

开放问题: 1

类型:yii2-extension

1.0.0 2015-07-27 08:18 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:37:23 UTC


README

简单的 Yii2 XHProf 扩展

用法

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',
    ],
];