windows下安裝php效能分析工具XHProf

來源:互聯網
上載者:User

標籤:

一、安裝擴充

下載XHProf擴充:http://dev.freshsite.pl/php-extensions/xhprof.html

放入擴充檔案:下載後解壓出.dll檔案,拷貝它到php的ext檔案夾裡面。

開啟擴充:php.ini中加入下面的代碼

[xhprof]extension=xhprof.dllxhprof.output_dir="F:/xhprof/xhprof_log"

二、安裝php分析包

這個擴充需要一個php程式來調用。

百度網盤下載:http://pan.baidu.com/s/1pJtck7D

官網下載:pecl.php.net/package/xhprof

下載完畢後解壓到 F:/xhprof/xhprof-0.9.4

檔案 F:\xhprof\xhprof-0.9.4\examples\sample.php 裡面有個基本的例子

// start profilingxhprof_enable();//這裡是你要分析的代碼/ stop profiler$xhprof_data = xhprof_disable();include_once "F:/xhprof/xhprof-0.9.4/xhprof_lib/utils/xhprof_lib.php";include_once "F:/xhprof/xhprof-0.9.4/xhprof_lib/utils/xhprof_runs.php";// save raw data for this profiler run using default// implementation of iXHProfRuns.$xhprof_runs = new XHProfRuns_Default();// save the run under a namespace "xhprof_foo"$run_id = $xhprof_runs->save_run($xhprof_data, "xhprof_yii"); //匯出效能日誌 到你安裝擴充時候指定的檔案夾裡面

然後訪問你需要分析的代碼就可以得到一個記錄檔。F:\xhprof\xhprof_log\55fd13b01475f.xhprof_yii.xhprof

三、查看產生的日誌

配置一個網域名稱,根目錄到 F:\xhprof\xhprof-0.9.4\xhprof_html。

訪問網域名稱即可查看剛才產生的記錄檔。

資源下載:

xhprof

http://pecl.php.net/package/xhprof
http://mirror.facebook.net/facebook/xhprof/doc.html
https://github.com/facebook/xhprof

 

windows下安裝php效能分析工具XHProf

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.