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