xhprof

XHProf: A Hierarchical Profiler for PHP


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). The reporting/UI layer is all in PHP. It is capable of reporting function-level inclusive and exclusive wall times, memory usage, CPU times and number of calls for each function. Additionally, it supports ability to compare two runs (hierarchical DIFF reports), or aggregate results from multiple runs.

License: Apache 2.0

Latest releases

Version Release Download
2.3.9 2022-12-14 xhprof-2.3.9.tgz
2.3.8 2022-11-05 xhprof-2.3.8.tgz
2.3.7 2022-09-05 xhprof-2.3.7.tgz
2.3.6 2022-09-05 xhprof-2.3.6.tgz
2.3.5 2021-09-05 xhprof-2.3.5.tgz
Show all releases

Changelog

Version Message
2.3.9 - Nullify references once not used to prevent double-frees #73
- Fixed clocks to microseconds conversion on Mac #75
2.3.8 - fix segmentation fault #72
2.3.7 - fix version number
2.3.6 - Compatible with PHP8.2RC1 #68
2.3.5 - Fix multiple memory releases #62
Show complete changelog