#include <TBenchmark.h>
Inheritance diagram for TBenchmark:


Public Methods | |
| TBenchmark () | |
| virtual | ~TBenchmark () |
| Int_t | GetBench (const char *name) const |
| Float_t | GetCpuTime (const char *name) |
| Float_t | GetRealTime (const char *name) |
| virtual void | Print (Option_t *name) const |
| virtual void | Reset () |
| virtual void | Show (const char *name) |
| virtual void | Start (const char *name) |
| virtual void | Stop (const char *name) |
| virtual void | Summary (Float_t &rt, Float_t &cp) |
Protected Attributes | |
| Int_t | fNbench |
| Int_t | fNmax |
| TString * | fNames |
| Float_t * | fRealTime |
| Float_t * | fCpuTime |
| TStopwatch * | fTimer |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TNamed. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 37 of file TBenchmark.h. |
|
|
Definition at line 38 of file TBenchmark.h. |
|
|
Definition at line 39 of file TBenchmark.h. |
|
|
Definition at line 40 of file TBenchmark.h. |
|
|
Definition at line 41 of file TBenchmark.h. |
|
|
Definition at line 42 of file TBenchmark.h. |
1.2.16