##// END OF EJS Templates
Encontre un bug durante la escritura de datos en este archivo....
Encontre un bug durante la escritura de datos en este archivo. En la linea 358 jroheaderIO.py Si codetype es igual a 0 no deberia pedirme nCode, nBaud

File last commit:

r345:37fc211f4961
r556:30d732fca7ac
Show More
speedTools.bash
7 lines | 160 B | text/x-sh | BashLexer
Miguel Valdez
Bash para medir testear el tiempo de ejecución y rendimiento del código en python
r327 #!/bin/sh
filename = "testRawData.py"
output = "output"
python -m cProfile -o $output $filename
gprof2dot -f pstats $output.pstats | dot -Tpng -o $output.png