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 36 xhprof issues
Sort by recently updated
recently updated
newest added

On a multi project server with many runs, it's hard to find something. This PR will split all runs with one list by source name.

I've experienced a memory leak using `array_filter` when both opcahe and xhprof are enabled. here is a demo script: ```php

Hi, I'm having php 7.1.0 installed via src and am trying to install xhprof extension from RustJason php7 branch but unable to build it. While running `make` command am getting...

Recently, I started getting segmentation faults when using certain PHP libraries (such as caxy/php-htmldiff). I noticed that the faults only occur when the xhprof php extension is enabled. If I...

Running xhprof in a cgroup-limited environment (using cpuset.cpus feature) causes xhprof to be killed by a segfault every time. How to reproduce : easiest way is to create a lxc...

Hello, The windows.php.net download site has compiled DLLs for PHP 5.3, 5.4 and 5.5 but not 5.6. Is there any chance this can be provided please? http://windows.php.net/downloads/pecl/releases/xhprof/0.10.6/

I tried using `%2` instead of specifying register r0, but for some reason kept getting errors like: > /home/u0018756/xhprof/extension/xhprof.c: In function ‘hp_mode_hier_beginfn_cb’: > /home/u0018756/xhprof/extension/xhprof.c:1245:3: error: unknown register name ‘ ’...