xhprof icon indicating copy to clipboard operation
xhprof copied to clipboard

XHProf is a function-level hierarchical profiler for PHP and has a simple HTML based user interface.

Results 37 xhprof issues
Sort by recently updated
recently updated
newest added

I've witnessed PHP.net bug #65922 a few times on multiple environments (basically, anywhere XHProf is installed on Ubuntu or CentOS with PHP 5.5.x); basically, the PECL repository seems to be...

Xhprof finds out how many TSC ticks goes into 5 ms period. And it does it for each core. It lasts 120 ms on our 24-core server, much more than...

The HHVM implementation of XHProf includes two handy functions and a wrapper class to allow sub-function profiling: - xhprof_frame_begin : Starts an artificial frame. Together with xhprof_frame_end(), this times one...

I can install & run composer. However, after installing php56-augmentedtypes or php56-xhprof `composer --version` no longer outputs any value. See also https://github.com/Homebrew/homebrew-php/issues/1424 | Parameter | Value | | --- |...

In xhprof_lib/utils/xhprof_runs.php on line 99, you are setting the default temp dir to "/tmp." This causes problems on Windows servers, so I suggest you use [sys_get_temp_dir()](http://php.net/manual/en/function.sys-get-temp-dir.php) instead.

Hi there, XHProf is a crucial tool for many developers in profiling their PHP applications. I would like to propose adding a link to the [Buggregator](https://github.com/buggregator/server) repository in your README....