summaryrefslogtreecommitdiff
path: root/makegprof
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2011-08-24 22:42:17 +0200
committerReid <reidyaro@gmail.com>2011-08-24 22:42:17 +0200
commit43c19a8321bd0c4bcf36655d74e895397aff7eea (patch)
treec8f7933367ae1e757a3166a04772274896d58c9c /makegprof
parentc1ec2b921389cb5c44d9ae572ea4851891cf8bc9 (diff)
parent9505e3789cc9db6a10a68b9794a586604271b76f (diff)
downloadplus-43c19a8321bd0c4bcf36655d74e895397aff7eea.tar.gz
plus-43c19a8321bd0c4bcf36655d74e895397aff7eea.tar.bz2
plus-43c19a8321bd0c4bcf36655d74e895397aff7eea.tar.xz
plus-43c19a8321bd0c4bcf36655d74e895397aff7eea.zip
Merge branch 'master' of gitorious.org:manaplus/manaplus
Diffstat (limited to 'makegprof')
-rwxr-xr-xmakegprof3
1 files changed, 2 insertions, 1 deletions
diff --git a/makegprof b/makegprof
index 8cb63744c..b1ea32c7b 100755
--- a/makegprof
+++ b/makegprof
@@ -2,4 +2,5 @@
mv run/gmon.out .
gprof run/bin/manaplus >gprof.txt
-cat gprof.txt | gprof2dot.py | dot -Tpng -o gprof.png
+cat gprof.txt | gprof2dot.py >gprof.dot
+cat gprof.dot | dot -Tpng -o gprof.png