반응형
- cProfile : 파이썬 표준라이브러리 프로파일러
python -m cProfile script.py python -m cProfile -s tottime script.py python -m cProfile -o prof.out script.py
- 프로파일 시각화 : Visualizing the Results of Profiling Python Code
pyprof2calltree
pyinstument
python -m pyinstrument --show-all script.py
728x90
'프로그래밍 > Python' 카테고리의 다른 글
[Bokeh] 왜 bokeh palette 중에 어떤 것은 factor_cmap() 에서 사용할 때 ValueError 가 발생하나. (0) | 2019.10.31 |
---|---|
[Python] Matplotlib 그래프에 한글 표시하기 (0) | 2019.10.02 |
[Python] pd.to_datetime 과 datetime.fromtimestamp 의 결과가 다르다. (0) | 2019.07.11 |
[번역] ipywidgets 설치 문서 (0) | 2019.07.03 |
[Python|Jupyter] ipywidgets 관련링크 (0) | 2019.07.02 |