xhprof

pecl install 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.

Maintainer

  • Scott MacVicar (lead )
  • Kannan Muthukkaruppan (lead ) [inactive]
  • Changhao Jiang (lead ) [inactive]
  • Xinhui Long (lead )
  • Venkat Venkataramani (developer ) [inactive]
  • Haiping Zhao (developer ) [inactive]
  • Kannan Muthukkaruppan (lead ) [inactive]

Details

Stars: 981
Issue openned: 3
Downloads: 2082528
2.3.10
1 month ago
Download DLL for processor with 64 bits architecture (x64)
PHP 8.3
Loading...
PHP 8.2
Loading...
PHP 8.1
Loading...
PHP 8.0
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 8.3
Loading...
PHP 8.2
Loading...
PHP 8.1
Loading...
PHP 8.0
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 2.3.10 change log


- Fix build for 8.4 and pcre2 by @andypost in #86
- Fix for PHP 8.4 by @remicollet in #87

requires:

  • php >=7.0.0
  • pearinstaller >=1.4.0