|
Mujpy /
Profiling< Mujpy.grad | Index | Mujpy.GradProfiling > Profiling a mujpy global fit Requires cProfile (already in ubuntu python3) and pip install gprof2dot The fit is in a script (~/mujpy/mujpy-dev/Prova.py) Remember to log in on afs first! python -m cProfile -o Prova.stats Prova.py gprof2dot -f pstats Prova.stats | dot -Tsvg -o callgraph.svg The terminal output is copied into ~/mujpy/mujpy-dev/Prova.log (standard) The graphic output is
< Mujpy.grad | Index | Mujpy.GradProfiling > |