xhprof-kit icon indicating copy to clipboard operation
xhprof-kit copied to clipboard

Fabian's XHProf Benchmarking Kit

Results 7 xhprof-kit issues
Sort by recently updated
recently updated
newest added

Using centOS on drupal vm it didn't come with the `bc` command. Maybe a quick note on the readme about it being a required command on your os? `yum install...

``` >>> parse_url('/foo') => [ "path" => "/foo" ] >>> parse_url('/foo?bar=baz') => [ "path" => "/foo", "query" => "bar=baz" ] >>> parse_url('/foo?bar=baz:baz') => [ "path" => "/foo", "query" => "bar=baz:baz"...

Myself and tlittlefield both saw segfaults when hitting index-perf.php with PHP 5.6. php55 works fine. Also, would be helpful if there was a clear error when xhprof extension is not...

bug

add a command line option to specify the path to profile, so that we do not have to use the admin ui to change the front page setting.

enhancement

Yeah its a silly mistake, but I just forgot to restart apache after installation a fresh xhprof instance. Looking at index-perf.php itself though works, so maybe a small reminder would...

enhancement