##// END OF EJS Templates
En jroplot.py se cambia el nombre de la clase ProfilePlot por PowerProfilePlot
En jroplot.py se cambia el nombre de la clase ProfilePlot por PowerProfilePlot

File last commit:

r345:37fc211f4961
r370:ac7ee0d5df8c
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