summaryrefslogblamecommitdiff
path: root/makegprof
blob: 8cb63744c68ca04d2f5a00fec89fa71eb9e2d63d (plain) (tree)
1
2
3
4
5




                                                     
#!/bin/sh

mv run/gmon.out .
gprof run/bin/manaplus >gprof.txt
cat gprof.txt | gprof2dot.py | dot -Tpng -o gprof.png