; this example shows how you can enable xdebug to gather profiling data ; see http://www.xdebug.org/docs/profiler for more infos ; add this snippet to /etc/php.ini [xdebug] zend_extension=xdebug.so ; create a dir and make it writable for php xdebug.profiler_output_dir=/tmp/xdebug xdebug.profiler_enable=1