summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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