Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 118 Bytes

Python-notes.md

File metadata and controls

2 lines (2 loc) · 118 Bytes

Get resident set size in MB
print(f"Resources used: {resource.getrusage(resource.RUSAGE_SELF).ru_maxrss / 1024}")