forked from phacility/xhprof
-
Notifications
You must be signed in to change notification settings - Fork 0
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
bpearson/xhprof
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- PHP 46.9%
- C 21.0%
- HTML 18.9%
- JavaScript 11.9%
- CSS 1.2%
- M4 0.1%