##// END OF EJS Templates
Probado 16 Set 2015 Ok...
Probado 16 Set 2015 Ok Modificar path de datos y graficos y de ser necesario el modo online o offline y el walk si la busqueda es por folder o por archivos

File last commit:

r345:37fc211f4961
r622:fa60b595fcdd
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