# wget
http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.24.0.tar.gz
# tar zxf graphviz-2.24.0.tar.gz # cd graphviz-2.24.0 # ./configure
# make && make install
Graphviz
PHP diff CPU XHProf PHP if (mt_rand(1, 10000) == 1) {
xhprof_enable(XHPROF_FLAGS_MEMORY); $xhprof_on = true; } request (
) if ($xhprof_on) { // stop profiler $xhprof_data =
xhprof_disable(); // save $xhprof_data somewhere (say a central DB)
... }