##// END OF EJS Templates
workspace.py...
workspace.py -Ahora hereda las propiedades de un QDialog. -Crea un Workspace si no existe.

File last commit:

r345:37fc211f4961
r375:d7aa668a0f5b
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