摘要:
wget http://xdebug.org/files/xdebug-2.4.0rc4.tgztar xvzf xdebug-2.4.0rc4.tgzcd xdebug-2.4.0RC4phpize./configure --enable-xdebug --with-php-config=/usr 阅读全文
摘要:
简介:XHProf是Facebook放出的轻量级调试工具。和Xdebug相比,XHProf更加易用和可控,尤其是生成流程图和调试数据对比的功能很好很强大。 参考:http://us2.php.net/manual/zh/book.xhprof.php 下载安装 sudo wget https://c 阅读全文
摘要:
定义入口文件 加载xhprof.php 阅读全文