Public Member Functions | |
PathInfo () | |
void | reset () |
~PathInfo () | |
Public Attributes | |
bool | accept |
TH1F * | dqm_active |
TH1F * | dqm_exclusive |
TH1F * | dqm_intermodules |
TH1F * | dqm_module_active |
TH1F * | dqm_module_counter |
TH1F * | dqm_module_total |
TH1F * | dqm_overhead |
TH1F * | dqm_postmodules |
TH1F * | dqm_premodules |
TH1F * | dqm_total |
ModuleInfo * | first_module |
uint32_t | index |
uint32_t | last_run |
std::vector< ModuleInfo * > | modules |
double | summary_active |
double | summary_intermodules |
double | summary_overhead |
double | summary_postmodules |
double | summary_premodules |
double | summary_total |
double | time_active |
double | time_exclusive |
double | time_intermodules |
double | time_overhead |
double | time_postmodules |
double | time_premodules |
double | time_total |
FastTimer | timer |
Definition at line 220 of file FastTimerService.h.
|
inline |
Definition at line 252 of file FastTimerService.h.
|
inline |
|
inline |
Definition at line 289 of file FastTimerService.h.
References FastTimer::reset().
bool FastTimerService::PathInfo::accept |
TH1F* FastTimerService::PathInfo::dqm_active |
Definition at line 240 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::preStreamBeginRun().
TH1F* FastTimerService::PathInfo::dqm_exclusive |
Definition at line 241 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::preStreamBeginRun().
TH1F* FastTimerService::PathInfo::dqm_intermodules |
Definition at line 243 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::preStreamBeginRun().
TH1F* FastTimerService::PathInfo::dqm_module_active |
Definition at line 248 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::preStreamBeginRun().
TH1F* FastTimerService::PathInfo::dqm_module_counter |
Definition at line 247 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::preStreamBeginRun().
TH1F* FastTimerService::PathInfo::dqm_module_total |
Definition at line 249 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::preStreamBeginRun().
TH1F* FastTimerService::PathInfo::dqm_overhead |
Definition at line 245 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::preStreamBeginRun().
TH1F* FastTimerService::PathInfo::dqm_postmodules |
Definition at line 244 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::preStreamBeginRun().
TH1F* FastTimerService::PathInfo::dqm_premodules |
Definition at line 242 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::preStreamBeginRun().
TH1F* FastTimerService::PathInfo::dqm_total |
Definition at line 246 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::preStreamBeginRun().
ModuleInfo* FastTimerService::PathInfo::first_module |
Definition at line 222 of file FastTimerService.h.
uint32_t FastTimerService::PathInfo::index |
Definition at line 238 of file FastTimerService.h.
Referenced by BeautifulSoup.PageElement::insert(), and FastTimerService::postEvent().
uint32_t FastTimerService::PathInfo::last_run |
Definition at line 237 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::postPathEvent().
std::vector<ModuleInfo *> FastTimerService::PathInfo::modules |
Definition at line 221 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::postPathEvent(), and FastTimerService::preStreamBeginRun().
double FastTimerService::PathInfo::summary_active |
Definition at line 231 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent().
double FastTimerService::PathInfo::summary_intermodules |
Definition at line 233 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent().
double FastTimerService::PathInfo::summary_overhead |
Definition at line 235 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent().
double FastTimerService::PathInfo::summary_postmodules |
Definition at line 234 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent().
double FastTimerService::PathInfo::summary_premodules |
Definition at line 232 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent().
double FastTimerService::PathInfo::summary_total |
Definition at line 236 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent().
double FastTimerService::PathInfo::time_active |
Definition at line 224 of file FastTimerService.h.
Referenced by FastTimerService::postEvent().
double FastTimerService::PathInfo::time_exclusive |
Definition at line 225 of file FastTimerService.h.
Referenced by FastTimerService::postEvent().
double FastTimerService::PathInfo::time_intermodules |
Definition at line 227 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::postPathEvent().
double FastTimerService::PathInfo::time_overhead |
Definition at line 229 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::postPathEvent().
double FastTimerService::PathInfo::time_postmodules |
Definition at line 228 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::postPathEvent().
double FastTimerService::PathInfo::time_premodules |
Definition at line 226 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::postPathEvent().
double FastTimerService::PathInfo::time_total |
Definition at line 230 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and FastTimerService::postPathEvent().
FastTimer FastTimerService::PathInfo::timer |
Definition at line 223 of file FastTimerService.h.