MemoryStats
This a python binding to the C++ class Mantid::Kernel::MemoryStats.
-
class mantid.kernel.MemoryStats((object)self)
-
__init__((object)self) → None :
Construct MemoryStats object.
-
availMem((MemoryStats)self) → int
-
getFreeRatio((MemoryStats)self) → float
-
reservedMem((MemoryStats)self) → int
-
residentMem((MemoryStats)self) → int
-
totalMem((MemoryStats)self) → int
-
update((MemoryStats)self) → None
-
virtualMem((MemoryStats)self) → int