cqxiaomi / xhprof

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.

Home Page:http://pecl.php.net/package/xhprof

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xhprof for PHP7

Please do not use this in an production env.

Install

Compile in Linux

$ /$PHP7/bin/phpize
$ ./configure --with-php-config=/$PHP7/bin/php-config
$ make && make install

edit php.ini, add a new line:

extension=xhprof.so

make sure it works:

php7 -m |grep xhprof

About

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.

http://pecl.php.net/package/xhprof

License:Apache License 2.0


Languages

Language:PHP 44.5%Language:C 20.8%Language:HTML 20.5%Language:JavaScript 12.9%Language:CSS 1.2%Language:M4 0.1%