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
0.9.2
15 years ago
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 0.9.2 change log

-- Request #16544: Mac port for XHProf (svilen spasov)
-- fix #16574: require/require_once not special cased like include/include_once (kannan)
-- add a sanity test for sampling mode in xhprof (kannan)
-- add support to ignore functions (such as call_user_func) during profiling (mike paleczny)
-- fix #16098: suppress notices due to use of FILE_BINARY (kannan)
-- add a sanity test for timer (kannan)
-- fix for compile error on debian linux (russ)

requires:

  • php >=5.2.0
  • pearinstaller >=1.4.0