Profile script python

CPU profiling sorted by cumulative time

python3 -m cProfile -s cumulative script.py | head -30
more python all 15 commands →