Utility for dumping memory usage stats.
This is tailored to mypy and knows (a little) about which list objects are owned by particular AST nodes, etc.
Function | collect_memory_stats |
Return stats about memory use. |
Function | find_recursive_objects |
Find additional objects referenced by objs and append them to objs. |
Function | print_memory_profile |
Undocumented |
Return stats about memory use.
Returns | |
Tuple[ | Undocumented |