标签:define configure fpm github index roo 测试 dex long
需要测试下 代码的性能,使用了 xhprof + xhgui
1. 下载xhprof,
这里下载吧 :https://github.com/longxinH/xhprof.git
2, 安装
cd xhprof/extension/
php -i | grep php.ini
[xhprof]
extension=xhprof.so
xhprof.output_dir=/data/www/xhprof/save_output_dir //该目录自由定义即可,用来保存xhprof生成的源文件
重启php-fpm
kill -USR2 `cat /opt/php-7.0.14/var/run/php-fpm.pid`
//切换到下载的 xhprof 目录 cp -r xhprof/xhprof_html ROOT_PATH/ cp -r xhprof/xhprof_lib ROOT_PATH/
yum install graphviz
查看结果
$host_url/xhpfrof_html/index.php?run=58d3b28b521f6&source=xhprof_test
标签:define configure fpm github index roo 测试 dex long
原文地址:http://www.cnblogs.com/guixiaoming/p/7656227.html