OpenGM  2.3.x
Discrete Graphical Model Library
Static Public Member Functions | List of all members
sys::MemoryInfo Class Reference

#include <meminfo.hxx>

+ Collaboration diagram for sys::MemoryInfo:

Static Public Member Functions

static double usedVirtualMem ()
 
static double usedPhysicalMem ()
 
static double usedVirtualMemMax ()
 
static double usedPhysicalMemMax ()
 
static double usedSystemMem ()
 
static double freeSystemMem ()
 
static double systemMem ()
 

Detailed Description

Definition at line 55 of file meminfo.hxx.

Member Function Documentation

§ freeSystemMem()

double sys::MemoryInfo::freeSystemMem ( )
inlinestatic

Definition at line 254 of file meminfo.hxx.

§ systemMem()

double sys::MemoryInfo::systemMem ( )
inlinestatic

Definition at line 257 of file meminfo.hxx.

§ usedPhysicalMem()

double sys::MemoryInfo::usedPhysicalMem ( )
inlinestatic

Definition at line 239 of file meminfo.hxx.

§ usedPhysicalMemMax()

double sys::MemoryInfo::usedPhysicalMemMax ( )
inlinestatic

Definition at line 245 of file meminfo.hxx.

+ Here is the caller graph for this function:

§ usedSystemMem()

double sys::MemoryInfo::usedSystemMem ( )
inlinestatic

Definition at line 251 of file meminfo.hxx.

§ usedVirtualMem()

double sys::MemoryInfo::usedVirtualMem ( )
inlinestatic

Definition at line 242 of file meminfo.hxx.

§ usedVirtualMemMax()

double sys::MemoryInfo::usedVirtualMemMax ( )
inlinestatic

Definition at line 248 of file meminfo.hxx.