diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-20 17:45:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-20 17:45:00 +0300 |
commit | dbd3187cb433b63d7ce0a7fe6ead6e1f7c55dfd9 (patch) | |
tree | 4660de5db6c864b344511c381a1512d2de06de44 /makegprof | |
parent | 0896958465444277fdf5891bdbc4ede53e808db0 (diff) | |
download | plus-dbd3187cb433b63d7ce0a7fe6ead6e1f7c55dfd9.tar.gz plus-dbd3187cb433b63d7ce0a7fe6ead6e1f7c55dfd9.tar.bz2 plus-dbd3187cb433b63d7ce0a7fe6ead6e1f7c55dfd9.tar.xz plus-dbd3187cb433b63d7ce0a7fe6ead6e1f7c55dfd9.zip |
Add save to dot file to makegprof script.
Diffstat (limited to 'makegprof')
-rwxr-xr-x | makegprof | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |