1er commit
De la docs au format Mkdocs
This commit is contained in:
36
docs/macos/webserver/Xhprof.md
Normal file
36
docs/macos/webserver/Xhprof.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# Installer Xhprof pour PHP7
|
||||
|
||||
|
||||
|
||||
https://github.com/Yaoguais/phpng-xhprof (ne fonctionne pas)
|
||||
|
||||
```bash
|
||||
git clone git@github.com:Yaoguais/phpng-xhprof.git ./xhprof
|
||||
|
||||
cd xhprof
|
||||
|
||||
/usr/local/opt/php71/bin/phpize
|
||||
|
||||
./configure --with-php-config=/usr/local/opt/php71/bin/php-config
|
||||
|
||||
make clean && make && make test && sudo make install
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
Installing shared extensions: /usr/local/Cellar/php71/7.1.1_12/lib/php/extensions/no-debug-non-zts-20160303/
|
||||
|
||||
http://danieldvork.in/xhprof-vs-xdebug-apache-osx/
|
||||
|
||||
https://blog.engineyard.com/2014/profiling-with-xhprof-xhgui-part-1
|
||||
|
||||
https://lamosty.com/2015/03/19/profiling-wordpress-with-xhprof-on-mac-os-x-10-10/
|
||||
|
||||
|
||||
|
||||
### Gui pour Xhpro*
|
||||
|
||||
https://github.com/Tuurlijk/xhprof
|
||||
|
||||
http://webadvent.org/2010/profiling-with-xhgui-by-paul-reinheimer.html
|
||||
Reference in New Issue
Block a user