[XDebug]
xdebug.profiler_enable=on
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.profiler_output_name="cachegrind.out.%p"
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"
zend_extension="D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"php
wincachegrind下windows环境下分析php程序运行性能的工具,结合xdebug使用很是方便,主要功能是经过xdebug生成的日志来分析性能。使用upupw集成环境安装的wincachegrind1.0.0.14版本在配置完xdebug日志目录后却没法打开。报错:"Cannot find target.",多是与xdebug版本不匹配致使的。去github下载最新版本后可解决此问题。
v1.1.0.16 在github下载 https://github.com/ceefour/wincachegrind/releases/tag/1.1git