Package Information |
Summary |
XHProf: A Hierarchical Profiler for PHP |
Maintainers |
Scott MacVicar <
scottmac at php dot net >
(lead)
[details]
Kannan Muthukkaruppan <
kannan at php dot net >
(lead)
[details]
Venkat Venkataramani (developer)
[details]
Changhao Jiang (lead)
[details]
Haiping Zhao (developer)
[details]
xinhui long <
longxinhui at php dot net >
(lead)
[details]
|
License |
Apache 2.0 |
Description |
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. |
Homepage |
https://github.com/longxinH/xhprof
|
Release notes
Version 0.9.4
(beta)
|
-- Fix reflected XSS with run parameter. PR#20 and #29 -- Change graph edge colour. PR#23 -- Added .gitignore file for build artifacts. PR#25 |