##// END OF EJS Templates
About window was added to SChainGUI...
About window was added to SChainGUI Software version is defined inside schainpy.__init__

File last commit:

r345:37fc211f4961
r642:c6531a7a640a
Show More
speedTools.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