728x90
반응형
php.ini 설정(xdebug 버전 2.9.6)
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = /Library/WebServer/xdebug-profiler
xdebug.profiler_output_name = "callgrind.%R.%t"
php.ini 설정(xdebug 버전 3.0.1)
xdebug.output_dir=/directory/profiler
xdebug.mode=profile
https://jessedc.dev/2014/03/profiling-php-on-osx-with-xdebug-kcachegrind/
profiler 볼 수 있는 툴 설치
// qcachegrind 설치
$ brew install qcachegrind
$ brew install graphviz
// qcachegrind 파일명
$ qcachegrind cachegrind.out.4955
728x90
반응형
'PHP' 카테고리의 다른 글
[PhpStorm]자동정렬import 단축키 (0) | 2021.06.18 |
---|---|
[PHP]Double question mark(??) : isset 삼다항식 (0) | 2021.04.15 |
[PHP][CodeIgniter] Session (0) | 2020.11.13 |
[PHP][CodeIgniter] gmail smtp 로 이메일 전송 (0) | 2020.11.05 |
[Php] 캐시 종류 fastcgi, APC, OPcache, APCu, Memcached,FastCGI (0) | 2020.10.29 |