[ANNOUNCEMENT] xhprof-2.3.1 (beta) Released.

[email protected] ("PECL Announce") Fri, 30 Apr 2021 15:59:19 +0000
Newsgroups php.pecl.dev
Message-ID <[email protected]>
The new PECL package xhprof-2.3.1 (beta) has been released at https://pecl.php.net/.

Release notes
-------------
- Set SVG render as default for callgraph.php

Package Info
-------------
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.

Related Links
-------------
Package home: https://pecl.php.net/package/xhprof
   Changelog: https://pecl.php.net/package-changelog.php?package=xhprof
    Download: https://pecl.php.net/get/xhprof-2.3.1.tgz

Authors
-------------
Scott MacVicar <[email protected]> (lead)
Kannan Muthukkaruppan <[email protected]> (lead)
Venkat Venkataramani (developer)
Changhao Jiang (lead)
Haiping Zhao (developer)
xinhui long <[email protected]> (lead)