一、下載源碼包 https://github.com/longxinH/xhprof (wget https://github.com/longxinH/xhprof/archive/master.zip) 下面截圖那個是官網的,已經沒有維護了,不行了。php
二、編譯html
三、./configure --with-php-config=/usr/local/php/bin/php-confignginx
四、make && make installlaravel
五、而後在 /etc/php.ini裏面增長 extension=xhprof.so
保存退出。完成,執行php -m能夠查看一下。git
六、將以前下載的擴展包,移動到網站根目錄下github
而後直接訪問 http://192.168.18.160/xhprof/examples/sample.php網站
拿到紅線畫的之後,直接訪問 http://192.168.18.160/xhprof/xhprof_html/index.php?run=5ac86cc0cec09&source=xhprof_foo
spa
而後安裝 yum install -y graphviz3d
點擊箭頭指的地方,就能夠看到圖形界面code
紅色表明運行時間長的代碼塊
http://192.168.18.160/xhprof/xhprof_html/index.php 能夠查看歷史檢測的記錄
七、正式項目中,在入口文件加入
開頭 : xhprof_enable();
結尾:
$data = xhprof_disable(); include_once "/usr/local/nginx/html/laravel/public/xhprof/xhprof_lib/utils/xhprof_lib.php"; include_once "/usr/local/nginx/html/laravel/public/xhprof/xhprof_lib/utils/xhprof_runs.php"; $aa = new XHProfRuns_Default(); $aa->save_run($data,"test");