summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-20 17:45:00 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-20 17:45:00 +0300
commitdbd3187cb433b63d7ce0a7fe6ead6e1f7c55dfd9 (patch)
tree4660de5db6c864b344511c381a1512d2de06de44
parent0896958465444277fdf5891bdbc4ede53e808db0 (diff)
downloadplus-dbd3187cb433b63d7ce0a7fe6ead6e1f7c55dfd9.tar.gz
plus-dbd3187cb433b63d7ce0a7fe6ead6e1f7c55dfd9.tar.bz2
plus-dbd3187cb433b63d7ce0a7fe6ead6e1f7c55dfd9.tar.xz
plus-dbd3187cb433b63d7ce0a7fe6ead6e1f7c55dfd9.zip
Add save to dot file to makegprof script.
-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