##// END OF EJS Templates
Se esta obviando el guardado del codigo en el header de procesamiento...
Se esta obviando el guardado del codigo en el header de procesamiento Bug: Se cambio el tipo de datatype = 0, a datatype=1 para datos del tipo Spectra

File last commit:

r327:3d4af4a59855
r333:99678d91f38e
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