xhprof-kit
xhprof-kit copied to clipboard
Fabian's XHProf Benchmarking Kit
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...
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.
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...
Another approach to #7