Skip to content

Instantly share code, notes, and snippets.

@cb109
Created August 9, 2023 07:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cb109/d81477957c84361eb778afc19135b17d to your computer and use it in GitHub Desktop.
Save cb109/d81477957c84361eb778afc19135b17d to your computer and use it in GitHub Desktop.
Plot memory usage of any python process
# https://pypi.org/project/memory-profiler/
pip install -U memory_profiler
mprof run --include-children --attach <pid>
mprof plot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment