FairRoot/PandaRoot
|
#include <PndCATimer.h>
Public Member Functions | |
PndCATimerInfo () | |
PndCATimerInfo (const string &name) | |
void | Clear () |
void | operator= (TStopwatch &sw) |
void | operator+= (TStopwatch &sw) |
void | operator+= (const PndCATimerInfo &t) |
PndCATimerInfo | operator/ (const float f) const |
void | PrintReal () |
float | Real () |
string & | Name () |
Private Attributes | |
string | fName |
float | fReal |
float | fCpu |
Definition at line 26 of file PndCATimer.h.
|
inline |
Definition at line 28 of file PndCATimer.h.
|
inline |
Definition at line 29 of file PndCATimer.h.
|
inline |
Definition at line 31 of file PndCATimer.h.
|
inline |
|
inline |
Definition at line 34 of file PndCATimer.h.
|
inline |
Definition at line 35 of file PndCATimer.h.
|
inline |
Definition at line 36 of file PndCATimer.h.
References f, fCpu, fName, fReal, and r.
|
inline |
Definition at line 33 of file PndCATimer.h.
|
inline |
|
inline |
|
private |
Definition at line 44 of file PndCATimer.h.
Referenced by Clear(), operator+=(), operator/(), and operator=().
|
private |
Definition at line 41 of file PndCATimer.h.
Referenced by Name(), and operator/().
|
private |
Definition at line 44 of file PndCATimer.h.
Referenced by Clear(), operator+=(), operator/(), operator=(), PrintReal(), and Real().