Skip to content

Instantly share code, notes, and snippets.

@pyrou
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pyrou/a9a26fabeaa20c843337 to your computer and use it in GitHub Desktop.
Save pyrou/a9a26fabeaa20c843337 to your computer and use it in GitHub Desktop.
Install xhprof
# apt-get install php5-dev make gcc
composer --dev require facebook/xhprof dev-master
pushd vendor/facebook/xhprof/extension
phpize
./configure
make
make install
popd
echo extension=xhprof.so > /etc/php5/mods-available/xhprof.ini
php5enmod xhprof
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment