summaryrefslogblamecommitdiff
path: root/build/makegprof
blob: d408bf0d3e93021290d89aa7a8914c59429a6332 (plain) (tree)
1
2
3
4
5
6

         

                                    

                                       
#!/bin/sh

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