Xdebug开启profiler的配置

zend_extension=D:/phpstudy_pro/Extensions/php/php7.3.4nts/ext/php_xdebug.dll
xdebug.collect_params=1
xdebug.collect_return=1
xdebug.auto_trace=Off
xdebug.trace_output_dir=D:/phpstudy_pro/Extensions/php_log/php7.3.4nts.xdebug.trace
xdebug.profiler_enable=On
xdebug.profiler_output_dir=D:/phpstudy_pro/Extensions/php_log/
xdebug.remote_enable=On
xdebug.remote_host=192.168.31.195
xdebug.remote_port=9000
xdebug.remote_handler=dbgp

xdebug.profiler_append=1
xdebug.profiler_output_name = cachegrind.out.%u.%p.%r

点赞

发表评论

邮箱地址不会被公开。 必填项已用*标注