OOF2: The Manual

6.2.33. OOF.Help.Debug.Memory_Monitor

Debug memory use

A tool for debugging memory issues. Place calls to utils.memusage(comment) in Python files at the points where you want memory usage to be printed, rebuild OOF2, and call OOF.Help.Debug.Memory_Monitor.Start and OOF.Help.Debug.Memory_Monitor.Stop while running it.

This currently does not work on Macintosh.

See SRC/common/utils.py.

Parent Menu: OOF.Help.Debug

OOF.Help.Debug.Memory_Monitor Commands