ROOT » CORE » BASE » ProcInfo_t

class ProcInfo_t


TSystem

Abstract base class defining a generic interface to the underlying
Operating System.
This is not an ABC in the strict sense of the (C++) word. For
every member function there is an implementation (often not more
than a call to AbstractMethod() which prints a warning saying
that the method should be overridden in a derived class), which
allows a simple partial implementation for new OS'es.


Function Members (Methods)

public:
virtual~ProcInfo_t()
static TClass*Class()
virtual TClass*IsA() const
ProcInfo_t&operator=(const ProcInfo_t&)
ProcInfo_t()
ProcInfo_t(const ProcInfo_t&)
virtual voidShowMembers(TMemberInspector& insp) const
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)

Data Members

public:
Float_tfCpuSyssystem time used by this process in seconds
Float_tfCpuUseruser time used by this process in seconds
Long_tfMemResidentresident memory used by this process in KB
Long_tfMemVirtualvirtual memory used by this process in KB

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

ProcInfo_t()
{ }
virtual ~ProcInfo_t()
{ }
TSystem& operator=(const ProcInfo_t& )