FairRoot/PandaRoot
|
#include <L1Timer.h>
Public Member Functions | |
TimerInfo () | |
TimerInfo (const string &name) | |
void | Clear () |
void | operator= (TStopwatch &sw) |
void | operator+= (TStopwatch &sw) |
void | operator+= (const TimerInfo &t) |
TimerInfo | operator/ (const float f) const |
void | PrintReal () |
float | Real () |
string & | Name () |
Private Attributes | |
string | fName |
float | fReal |
float | fCpu |
|
inline |
|
private |
Definition at line 44 of file L1Timer.h.
Referenced by Clear(), operator+=(), operator/(), and operator=().
|
private |
Definition at line 41 of file L1Timer.h.
Referenced by Name(), and operator/().
|
private |
Definition at line 44 of file L1Timer.h.
Referenced by Clear(), operator+=(), operator/(), operator=(), PrintReal(), and Real().