きのおもむくままに
pip install line_profiler
kernprof -l -v ***.py
pip install memory_profiler pip install psutil (計測時間向上のため)
python -m memory_profiler ***.py