์ ์ฒด ๋ฉ๋ชจ๋ฆฌ ์ฌ์ฉ๋ ํ์ธ
import psutil
psutil.virtual_memory()
>> svmem(total=34282946560, available=21586800640, percent=37.0, used=12696145920, free=21586800640)
๋ณ์ ๋ฉ๋ชจ๋ฆฌ ํ ๋น๋ ํ์ธ
import sys
sys.getsizeof(variable) #size of variable in Bytes
๋ฐ์ํ
'๐ Python & library > Python' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Python print ์ต์ 'sep' (0) | 2021.11.29 |
---|---|
Python์ผ๋ก PyTorch, Tensorflow, Python, CUDA, cudnn ๋ฒ์ ํ์ธ (0) | 2021.08.19 |
Python decorator @ (0) | 2021.08.04 |
Python function annotation (ํจ์ ์ฃผ์) (0) | 2021.08.04 |