Skip to content

Instantly share code, notes, and snippets.

@iJackUA
Created May 13, 2013 11:35
Show Gist options
  • Save iJackUA/5567714 to your computer and use it in GitHub Desktop.
Save iJackUA/5567714 to your computer and use it in GitHub Desktop.
XHPROF installation in Ubuntu
[xhprof]
extension=xhprof.so
xhprof.output_dir="/var/tmp/xhprof"
wget https://github.com/facebook/xhprof/archive/master.zip
unzip master.zip
cd xhprof-master/extension/
phpize
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment