add profiling scripts
This commit is contained in:
parent
55a8505d53
commit
fc42fc4ab4
2616
gprof2dot.py
Normal file
2616
gprof2dot.py
Normal file
File diff suppressed because it is too large
Load Diff
1
profimg.sh
Normal file
1
profimg.sh
Normal file
@ -0,0 +1 @@
|
||||
python gprof2dot.py -f pstats $1 > /tmp/mcedit.dot && dot -Tpng /tmp/mcedit.dot -o $0.png && start $0.png
|
Reference in New Issue
Block a user