memory_profilerPublished onesixx on 22-05-0322-05-03 https://github.com/pythonprofilers/memory_profiler Shell conda install memory_profiler 사용 Shell @profile def my_func(): a = [1] * (10 ** 6) b = [2] * (2 * 10 ** 7) del b return a if __name__ == '__main__': my_func() Python python -m memory_profiler example.py Categories: Python Basic onesixx Blog Owner Label {} [+] Name* Email Δ Label {} [+] Name* Email Δ 0 Comments Inline Feedbacks View all comments