xdebug 安装及使用

环境:window    wamp  其他环境雷同
调试php脚本性能工具【测试OK】
 
php 5.2.5
 
xdebug  安装及使用
 
解压放置ext下
 
php.ini 配置
 
[Xdebug]
;apache service model
extension=php_xdebug-2.1.1-5.2-vc6.dll
xdebug.profiler_enable=on
xdebug.auto_trace=On
xdebug.collect_params=On
xdebug.collect_return=On
xdebug.trace_output_dir="D:/wamp/xdebug/debug.info"
xdebug.profiler_output_dir="D:/wamp/xdebug/debug.info"
 
贴好相关配置之后,restart apache2。
 
WinCacheGrind 工具
 
xdebug  安装及使用
 
分析
 
D:/wamp/xdebug/debug.info    下面的文件

xdebug 安装及使用

上一篇:POJ3253 Haffman


下一篇:操作系统性能分析与优化V1.0