diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-21 14:42:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-21 14:42:17 +0300 |
commit | c66f0547024b54c1a944746e947328c4e7fa56ae (patch) | |
tree | c0e7e5997a07de68f3b6ee6e2848c0cd55c74c2c /build/makegprof | |
parent | 8ccc285b2a571d9bad6f222221ccf5048daae9f6 (diff) | |
download | plus-c66f0547024b54c1a944746e947328c4e7fa56ae.tar.gz plus-c66f0547024b54c1a944746e947328c4e7fa56ae.tar.bz2 plus-c66f0547024b54c1a944746e947328c4e7fa56ae.tar.xz plus-c66f0547024b54c1a944746e947328c4e7fa56ae.zip |
Update profiling scripts.
Diffstat (limited to 'build/makegprof')
-rwxr-xr-x | build/makegprof | 1 |
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 |