# 性能分析 - Xhprof

[官方网址](http://www.xhprof.com/)

XHProf以php扩展的方式存在

ubuntu快速安装:

```
sudo apt-get install  php5-xhprof
sudo apt-get remove  php5-xhprof
```

目前暂时不支持php7

## 资料

[facebook工具xhprof的安装与使用-分析php执行性能](http://www.cnblogs.com/wangtao_20/p/3320497.html)
