MemoryStats#

This is a Python binding to the C++ class Mantid::Kernel::MemoryStats.

class mantid.kernel.MemoryStats#
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#