Python profiling introduction
Time delta
Timeit
python -m timeit "a=1"
cProfiler
python -m cProfile
Line profiler
conda install line_profiler
kernprof -l -v
Runsnakerun
pip install runsnakerun
python -m cProfile -o cprofile_result.profile
VERSIONER_PYTHON_PREFER_32_BIT=yes pythonw which runsnake32
cprofile_result.profile