aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-xhprof
Commit message (Collapse)AuthorAgeFilesLines
* - Only for i386 and amd64Philip M. Gollucci2010-09-161-0/+1
| | | | | | | | PR: ports/150621 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer) Notes: svn path=/head/; revision=261291
* - Mark broken on 6.x, requires cpuset supportPhilip M. Gollucci2010-09-131-1/+7
| | | | | | | Reported by: pav via pointyhat Notes: svn path=/head/; revision=261092
* XHProf is a function-level hierarchical profiler for PHP and has a simple HTMLPhilip M. Gollucci2010-09-093-0/+36
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> Notes: svn path=/head/; revision=260893