Ticket #24203: callgraph_utils.php.diff
File callgraph_utils.php.diff, 392 bytes (added by rodney.rehm@…, 15 years ago) |
---|
-
../xhprof_lib/utils/callgraph_utils.
old new 103 103 2 => array("file", "/dev/null", "a") 104 104 ); 105 105 106 $cmd = " dot -T".$type;106 $cmd = " /opt/local/bin/dot -T".$type; 107 107 108 108 $process = proc_open($cmd, $descriptorspec, $pipes, "/tmp", array()); 109 109