summaryrefslogtreecommitdiff
path: root/build/makegprof
blob: 967238b8e377d9b5d19ccaee3962c1baa3df3992 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

mv ../run/gmon.out .
gprof ../run/bin/manaplus >gprof.txt
gprof --inline-file-names ../run/bin/manaplus >gprofi.txt
gprof2dot.py <gprof.txt >gprof.dot
dot -Tpng -o gprof.png <gprof.dot