TStopwatch
class description - source file - inheritance tree
private:
static Double_t GetCPUTime()
static Double_t GetRealTime()
public:
TStopwatch(const TStopwatch&)
TStopwatch()
~TStopwatch()
static TClass* Class()
void Continue()
Int_t Counter() const
Double_t CpuTime()
virtual TClass* IsA() const
virtual void Print(Option_t* option) const
Double_t RealTime()
void Reset()
void ResetCpuTime(Double_t time = 0)
void ResetRealTime(Double_t time = 0)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
void Start(Bool_t reset = kTRUE)
void Stop()
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
Double_t fStartRealTime wall clock start time
Double_t fStopRealTime wall clock stop time
Double_t fStartCpuTime cpu start time
Double_t fStopCpuTime cpu stop time
Double_t fTotalCpuTime total cpu time
Double_t fTotalRealTime total real time
TStopwatch::EState fState stopwatch state
Int_t fCounter number of times the stopwatch was started
public:
static const TStopwatch::EState kUndefined
static const TStopwatch::EState kStopped
static const TStopwatch::EState kRunning
Last update: Fri May 14 13:32:44 2004
ROOT page - Class index - Top of the page
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.