Profiling setup

Running load tests

Processing results

  1. Initial setup (do this once):
    svn co http://xdebugtoolkit.googlecode.com/svn/tags/0.1.5/xdebugtoolkit/ ~/xdebugtoolkit
    echo "export PATH=~/xdebugtoolkit:$PATH" >> ~/.bashrc
    
  2. Convert the cachegrind output to a .dot file:
    cg2dot.py cachegrind.out.XYZ > cg.dot
    
  3. Convert the .dot file into PDF-compatible PostScript:
    dot cg.dot -Tsvg -ocg.svg
    
  4. The SVG will be named cg.svg.