Matlab.GAMS.ShowOSMemory Enum Reference
Show the memory usage reported by the Operating System instead of the internal counting. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. More... | |
Static Public Member Functions | |
static ShowOSMemory | lookup (integer value) |
Find enum option from alternative value. More... | |
Public Attributes | |
InternalAccounting =(0) | |
Show memory reported by internal accounting. | |
RSS =(1) | |
Show resident set size reported by operating system. | |
UndefinedShowOSMemory =(3) | |
Undefined option. | |
VSS =(2) | |
Show virtual set size reported by operating system. | |
Detailed Description
Show the memory usage reported by the Operating System instead of the internal counting.
- See also
- GAMSOptions
Member Function Documentation
◆ lookup()
|
static |
Find enum option from alternative value.
Arguments:
- value: Alternative value
Return: enum option
◆ value()
integer Matlab.GAMS.ShowOSMemory.value | ( | ) |
Returns alternative value of enum option.
Return: Alternative value of enum option