computer Pythonのプロファイラ pythonで関数ごとの実行時間や呼ばれた回数を計測する。cProfile公式ドキュメントはこちら。Python プロファイラ — Python 3.9.0 ドキュメント実行python -m cProfile [-o output_fil... 2020.11.06 computer