md_xhprof

PHP7(xhprof)

MIT License

Stars
19

md_xhprof

  • Build Status
xhprof,PHP7
#
export USE_ZEND_DTRACE=1


# 
curl -fsSL  https://raw.githubusercontent.com/midoks/md_xhprof/master/scripts/install.sh | sh


cd ~~/md_xhprof/src
$DIR/php/$PHP_VER/bin/phpize
./configure \
--with-php-config=~~/php7/bin/php-config --enable-debug
make && make install 

  • PHP7(--enable-dtrace)

  • export USE_ZEND_ALLOC=0 #
  • export USE_ZEND_DTRACE=1 #DTRACE
  • yum install valgrind
  • valgrind --leak-check=full php leak.php
  • php -dvld.active=1 leak.php

PHP(mac),
https://github.com/midoks/mdserver-mac
PHP(win)
https://github.com/midoks/MDserver_64

Windows Xhprof()

Badges
Extracted from project README
Build Status