노트북 내 전체 메모리 사용량 표시
설치
!pip install jupyter-resource-usage
함수 메모리 사용량 표시
설치
!pip install memory_profiler
!pip install line_profiler
import
import line_profiler
profile = line_profiler.LineProfiler()
#메모리 체크하고싶은 함수 위에
@profile
'공부 > Python' 카테고리의 다른 글
파케이, 컬럼 기반/ 행 기반 데이터 포맷 (0) | 2023.08.09 |
---|---|
polars - pandas 보다 8배 빠른 라이브러리가 있다? (0) | 2023.03.10 |
Iterable / Iterator (0) | 2021.11.18 |