memory_profiler 是監控python進程的神器,它可以分析出每一行代碼所增減的內存狀況。 1. 入門例子. #del3.py import time @profile def my_func: a = [1] ...
確定! 回上一頁