TBenchmark
class description - source file - inheritance tree
public:
TBenchmark(const TBenchmark&)
TBenchmark()
virtual ~TBenchmark()
static TClass* Class()
Int_t GetBench(const char* name) const
Float_t GetCpuTime(const char* name)
Float_t GetRealTime(const char* name)
virtual TClass* IsA() const
virtual void Print(Option_t* name) const
virtual void Reset()
virtual void Show(const char* name)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Start(const char* name)
virtual void Stop(const char* name)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void Summary(Float_t& rt, Float_t& cp)
protected:
Int_t fNbench Number of active benchmarks
Int_t fNmax Maximum number of benchmarks initialized
TString* fNames [fNbench] Names of benchmarks
Float_t* fRealTime [fNbench] Real Time
Float_t* fCpuTime [fNbench] Cpu Time
TStopwatch* fTimer Timers
Last update: Fri May 14 13:32:35 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.