com.gams.api.GAMSOptions.EShowOSMemory Enum Reference
Show the memory usage reported by the Operating System instead of the internal counting. More...
Public Member Functions | |
int | value () |
Get the int value of this enumerated ShowOSMemory. | |
Static Public Member Functions | |
static EShowOSMemory | lookup (int val) |
Lookup all showOSMemorys. | |
Public Attributes | |
InternalAccounting =(0) | |
Show memory reported by internal accounting. | |
RSS =(1) | |
Show resident set size reported by operating system. | |
VSS =(2) | |
Show virtual set size reported by operating system. | |
UndefinedShowOSMemory =(3) | |
Undefined ShowOSMemory. | |
Detailed Description
Show the memory usage reported by the Operating System instead of the internal counting.
Member Function Documentation
◆ lookup()
|
static |
Lookup all showOSMemorys.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated ShowOSMemory that has the specified value, or UndefinedShowOSMemory if the specified value is not found.
◆ value()
int com.gams.api.GAMSOptions.EShowOSMemory.value | ( | ) |
Get the int value of this enumerated ShowOSMemory.
- Returns
- the showOSMemory value
Member Data Documentation
◆ InternalAccounting
com.gams.api.GAMSOptions.EShowOSMemory.InternalAccounting =(0) |
Show memory reported by internal accounting.
◆ RSS
com.gams.api.GAMSOptions.EShowOSMemory.RSS =(1) |
Show resident set size reported by operating system.
◆ UndefinedShowOSMemory
com.gams.api.GAMSOptions.EShowOSMemory.UndefinedShowOSMemory =(3) |
Undefined ShowOSMemory.
◆ VSS
com.gams.api.GAMSOptions.EShowOSMemory.VSS =(2) |
Show virtual set size reported by operating system.