xdebugtoolkit icon indicating copy to clipboard operation
xdebugtoolkit copied to clipboard

trafficstars

xdebugtoolkit

Build Status

A toolkit for splitting, aggregating, analyzing and visualizing xdebug cachegrind files.

Installation

sudo easy_install xdebugtoolkit [xdot]

or

sudo pip install xdebugtoolkit [xdot]

Tools

  • 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.