Loading...
Searching...
No Matches
Show the memory usage reported by the Operating System instead of the internal counting.
More...
|
int | value () |
| Get the int value of this enumerated ShowOSMemory.
|
|
|
| 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.
|
|
Show the memory usage reported by the Operating System instead of the internal counting.
◆ lookup()
static EShowOSMemory com.gams.api.GAMSOptions.EShowOSMemory.lookup |
( |
int |
val | ) |
|
|
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
◆ 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) |
◆ VSS
com.gams.api.GAMSOptions.EShowOSMemory.VSS =(2) |
Show virtual set size reported by operating system.