lib/
gpumemgetinfo.pro
top gpumemgetinfo
result = gpumemgetinfo( [/free] [, /total] [, error=integer])
Returns information about total and available memory.
Return value
    returns free and available memory in two element array, or one or
    the other if the FREE or TOTAL keyword is set
Keywords
- free in optional type=boolean
 set to return amount of available memory (in bytes)
- total in optional type=boolean
 set to return amount of total memory on current device (in bytes)
- error out optional type=integer
 error status
File attributes
| Modification date: | Fri Nov 12 11:07:44 2010 | 
| Lines: | 30 | 
| Docformat: | rst rst |