[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