[PHP] xdebug profiler
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 $ bre..