##// END OF EJS Templates

File last commit:

r327:3d4af4a59855
r338:d2d050d0b778
Show More
speedTool.bash
7 lines | 160 B | text/x-sh | BashLexer
#!/bin/sh
filename = "testRawData.py"
output = "output"
python -m cProfile -o $output $filename
gprof2dot -f pstats $output.pstats | dot -Tpng -o $output.png