undefined
Python, and
Syntax
python -m cProfile [options] <script.py>
Examples
undefined
undefined
undefined
undefined
undefined
undefined
undefined
undefined
Tips
- -s cumulative
- tottime, cumtime
- snakeviz.prof : pip install snakeviz && snakeviz profile.prof
- line_profiler: @profile + kernprof -l script.py
- py-spy