8000 GitHub - bpearson/xhprof: XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level call counts and inclusive and exclusive wall time, CPU time and memory usage. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs. Originally developed at Facebook, XHProf was open sourced in Mar, 2009.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from phacility/xhprof

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level call counts and inclusive and exclusive wall time, CPU time and memory usage. Additionally…

License

Notifications You must be signed in to change notification settings

bpearson/xhprof

 
 

Repository files navigation

Installation....

git clone https://github.com/tideways/php-xhprof-extension.git
cd php-xhprof-extension
yum install -yq php-devel gcc
phpize
./configure
make
cp modules/tideways_xhprof.so /var/www/libs/php/

echo 'extension=tideways_xhprof.so' > /etc/php.d/50-tideways.ini

systemctl restart php-fpm
systemctl restart openresty

About

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface. The raw data collection component is implemented in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable of reporting function-level call counts and inclusive and exclusive wall time, CPU time and memory usage. Additionally…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 46.9%
  • C 21.0%
  • HTML 18.9%
  • JavaScript 11.9%
  • CSS 1.2%
  • M4 0.1%
0