add profiling scripts

This commit is contained in:
David Vierra 2011-07-30 00:50:13 -10:00
parent 55a8505d53
commit fc42fc4ab4
2 changed files with 2617 additions and 0 deletions

2616
gprof2dot.py Normal file

File diff suppressed because it is too large Load Diff

1
profimg.sh Normal file
View File

@ -0,0 +1 @@
python gprof2dot.py -f pstats $1 > /tmp/mcedit.dot && dot -Tpng /tmp/mcedit.dot -o $0.png && start $0.png