A toolkit for splitting, aggregating, analyzing and visualizing xdebug cachegrind files.
sudo easy_install xdebugtoolkit [xdot]
or
sudo pip install xdebugtoolkit [xdot]
- cg2dot - converter from Xdebug cachegrind files to the dot format.
- cgsplit - splitter for appended cachegrind files. May be useful in case your xdebug.profiler_append option is set to 1.
- xdot-pygoocanvas - completely rewritten xdot in order to make it utilize PyGooCanvas which gives extra performance on large graphs. You'll need to install PyGooCanvas in addition to xdot requirements.