summaryrefslogtreecommitdiff
path: root/build/makegprof
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-21 14:42:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-21 14:42:17 +0300
commitc66f0547024b54c1a944746e947328c4e7fa56ae (patch)
treec0e7e5997a07de68f3b6ee6e2848c0cd55c74c2c /build/makegprof
parent8ccc285b2a571d9bad6f222221ccf5048daae9f6 (diff)
downloadmv-c66f0547024b54c1a944746e947328c4e7fa56ae.tar.gz
mv-c66f0547024b54c1a944746e947328c4e7fa56ae.tar.bz2
mv-c66f0547024b54c1a944746e947328c4e7fa56ae.tar.xz
mv-c66f0547024b54c1a944746e947328c4e7fa56ae.zip
Update profiling scripts.
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