設定した「xhprof_lib」ディレクトリの下に:"utils/callgraph_utils"ファイルの110行あたりのコードを以下のように指定(例:Windowsの環境)
$cmd = " C:\develop\dev_source\php\xhprof\xhprof_bin\bin\dot -T".$type;
$process = proc_open($cmd, $descriptorspec, $pipes, "C:\develop\dev_source\php\xhprof\xhprof_tmp", array() );