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
getCurrentRSS((MemoryStats)self) → int
getFreeRatio((MemoryStats)self) → float
getPeakRSS((MemoryStats)self) → int
reservedMem((MemoryStats)self) → int
residentMem((MemoryStats)self) → int
totalMem((MemoryStats)self) → int
update((MemoryStats)self) → None
virtualMem((MemoryStats)self) → int