mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
0cd0ec9f2a
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. WWW: http://pecl.php.net/package/xhprof/ PR: ports/148322 Submitted by: Conor McDermottroe <ports at mcdermottroe.com>
10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
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.
|
|
|
|
WWW: http://pecl.php.net/package/xhprof/
|