|
ROOTANA
|
#include <manalyzer.h>


Public Member Functions | |
| TAUserProfilerFlow (TAFlowEvent *flow, const char *name, const TAClock &start) | |
| ~TAUserProfilerFlow () | |
| double | GetTimer () const |
| TAUserProfilerFlow (TAFlowEvent *flow, const char *name, const TAClock &start) | |
| ~TAUserProfilerFlow () | |
| double | GetTimer () const |
Public Member Functions inherited from TAFlowEvent | |
| TAFlowEvent (TAFlowEvent *) | |
| virtual | ~TAFlowEvent () |
| template<class T > | |
| T * | Find () |
| TAFlowEvent (TAFlowEvent *) | |
| virtual | ~TAFlowEvent () |
| template<class T > | |
| T * | Find () |
| TAFlowEvent (TAFlowEvent *) | |
| virtual | ~TAFlowEvent () |
| template<class T > | |
| T * | Find () |
| TAFlowEvent (TAFlowEvent *) | |
| virtual | ~TAFlowEvent () |
| template<class T > | |
| T * | Find () |
Data Fields | |
| TAClock | fStart |
| TAClock | fStop |
| const std::string | fModuleName |
Data Fields inherited from TAFlowEvent | |
| TAFlowEvent * | fNext = NULL |
Definition at line 213 of file manalyzer.h.
| TAUserProfilerFlow::TAUserProfilerFlow | ( | TAFlowEvent * | flow, |
| const char * | name, | ||
| const TAClock & | start | ||
| ) |
| TAUserProfilerFlow::~TAUserProfilerFlow | ( | ) |
Definition at line 525 of file manalyzer.cxx.
| TAUserProfilerFlow::TAUserProfilerFlow | ( | TAFlowEvent * | flow, |
| const char * | name, | ||
| const TAClock & | start | ||
| ) |
| TAUserProfilerFlow::~TAUserProfilerFlow | ( | ) |
| double TAUserProfilerFlow::GetTimer | ( | ) | const |
| double TAUserProfilerFlow::GetTimer | ( | ) | const |
| const std::string TAUserProfilerFlow::fModuleName |
Definition at line 220 of file manalyzer.h.
| TAClock TAUserProfilerFlow::fStart |
Definition at line 216 of file manalyzer.h.
| TAClock TAUserProfilerFlow::fStop |
Definition at line 217 of file manalyzer.h.