summaryrefslogtreecommitdiff
path: root/build/makegprof
diff options
context:
space:
mode:
Diffstat (limited to 'build/makegprof')
-rwxr-xr-xbuild/makegprof4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/makegprof b/build/makegprof
index bfe6922d7..14885c551 100755
--- a/build/makegprof
+++ b/build/makegprof
@@ -1,7 +1,7 @@
#!/bin/sh
mv ../run/gmon.out .
-gprof ../run/bin/manaplus >gprof.txt
-gprof --inline-file-names ../run/bin/manaplus >gprofi.txt
+gprof ../run/bin/manaverse >gprof.txt
+gprof --inline-file-names ../run/bin/manaverse >gprofi.txt
cat gprof.txt | gprof2dot.py >gprof.dot
cat gprof.dot | dot -Tpng -o gprof.png