Hierarchical Profiler

add a note add a note

User Contributed Notes 5 notes

up
10
Thanh Tung
3 years ago
This extension is still maintained. It support PHP up to version 7.4. You can find it in the PECL repository: https://pecl.php.net/package/xhprof
up
11
troffed
5 years ago
A profiler based on XHProf but for PHP7+ can be found at https://github.com/tideways/php-xhprof-extension
up
-3
roland at mxchange dot org
7 years ago
XHProf is also available on Github (the C/C++ code):
https://github.com/phacility/xhprof
up
-6
kisil-mike at ya dot ru
6 years ago
not developing anymore, just for php up to 5.5. 5.6 or 7+ do not support :(
To Top