+
class CpuInfo_t
-
#include "TSystem.h"
Display options:
Show inherited
Show non-public
[ ↑ Top ]
|
[ ? Help ]
Location:
ROOT
»
BASE
»
CpuInfo_t
Quick Links:
ROOT
Class Index
Class Hierarchy
Source:
header file
viewCVS header
Sections:
class description
function members
data members
class charts
class CpuInfo_t
TSystem
Abstract base class defining a generic interface to the underlying Operating System.
Function Members (Methods)
public:
CpuInfo_t
()
CpuInfo_t
(
const
CpuInfo_t
&)
~CpuInfo_t
()
CpuInfo_t
&
operator=
(
const
CpuInfo_t
&)
Data Members
public:
Float_t
fIdle
cpu idle percentage
Float_t
fLoad15m
cpu load average over 15 m
Float_t
fLoad1m
cpu load average over 1 m
Float_t
fLoad5m
cpu load average over 5 m
Float_t
fSys
cpu sys load in percentage
Float_t
fTotal
cpu user+sys load in percentage
Float_t
fUser
cpu user load in percentage
Class Charts
Inheritance
Inherited Members
Includes
Libraries
Function documentation
CpuInfo_t
(
const
CpuInfo_t
& )
{ }
TSystem
&
operator=
(
const
CpuInfo_t
& )
Last update: Mon Jun 25 19:39:07 2007
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to
ROOT support
, or contact
the developers
with any questions or problems regarding ROOT.