diff options
author | jak1 <jak1@themanaworld.org> | 2024-02-16 14:50:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-18 00:31:12 -0300 |
commit | d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68 (patch) | |
tree | d4279a38b763cefd033cfbf4d1ec2ff13c5e5dd2 /build/makegprof | |
parent | 775392e472933be8d1d76619894efc0671f0c02d (diff) | |
download | mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.tar.gz mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.tar.bz2 mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.tar.xz mv-d36cb0eb4b7bba79b2b654c0e5f91f16726bdc68.zip |
Rename the program from ManaPlus to ManaVerse.jesusalva/renameprog
Diffstat (limited to 'build/makegprof')
-rwxr-xr-x | build/makegprof | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/makegprof b/build/makegprof index 967238b8e..b04a33a46 100755 --- a/build/makegprof +++ b/build/makegprof @@ -1,7 +1,7 @@ #!/bin/sh mv ../run/gmon.out . -gprof ../run/bin/manaplus >gprof.txt -gprof --inline-file-names ../run/bin/manaplus >gprofi.txt +gprof ../run/bin/manaverse >gprof.txt +gprof --inline-file-names ../run/bin/manaverse >gprofi.txt gprof2dot.py <gprof.txt >gprof.dot dot -Tpng -o gprof.png <gprof.dot |