Add xhprof

This commit is contained in:
cytopia
2023-01-01 13:04:35 +01:00
parent 26c4fb5419
commit 3770ac24ff
50 changed files with 425 additions and 14 deletions

View File

@@ -0,0 +1,8 @@
# xhprof
XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based navigational interface. The raw data collection component is implemented in C (as a PHP extension).
| Platform | Url |
|----------|------------------------------------------------------------------|
| GitHub | https://github.com/longxinH/xhprof |
| Pecl | https://pecl.php.net/package/xhprof |