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 accept, dqm_active, dqm_intermodules, dqm_module_active, dqm_module_counter, dqm_module_total, dqm_overhead, dqm_postmodules, dqm_premodules, dqm_total, first_module, index, last_run, FastTimer::reset(), summary_active, summary_intermodules, summary_overhead, summary_postmodules, summary_premodules, summary_total, time_active, time_exclusive, time_intermodules, time_overhead, time_postmodules, time_premodules, time_total, and timer.
Referenced by ~PathInfo().
bool FastTimerService::PathInfo::accept |
Definition at line 239 of file FastTimerService.h.
Referenced by Vispa.Gui.BoxContentDialog.BoxContentDialog::apply(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::apply(), FastTimerService::postEvent(), FastTimerService::postPathEvent(), and reset().
TH1F* FastTimerService::PathInfo::dqm_active |
Definition at line 240 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::preStreamBeginRun(), and reset().
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(), FastTimerService::preStreamBeginRun(), and reset().
TH1F* FastTimerService::PathInfo::dqm_module_active |
Definition at line 248 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::preStreamBeginRun(), and reset().
TH1F* FastTimerService::PathInfo::dqm_module_counter |
Definition at line 247 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::preStreamBeginRun(), and reset().
TH1F* FastTimerService::PathInfo::dqm_module_total |
Definition at line 249 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::preStreamBeginRun(), and reset().
TH1F* FastTimerService::PathInfo::dqm_overhead |
Definition at line 245 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::preStreamBeginRun(), and reset().
TH1F* FastTimerService::PathInfo::dqm_postmodules |
Definition at line 244 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::preStreamBeginRun(), and reset().
TH1F* FastTimerService::PathInfo::dqm_premodules |
Definition at line 242 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::preStreamBeginRun(), and reset().
TH1F* FastTimerService::PathInfo::dqm_total |
Definition at line 246 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::preStreamBeginRun(), and reset().
ModuleInfo* FastTimerService::PathInfo::first_module |
Definition at line 222 of file FastTimerService.h.
Referenced by reset().
uint32_t FastTimerService::PathInfo::index |
Definition at line 238 of file FastTimerService.h.
Referenced by BeautifulSoup.PageElement::_invert(), FastTimerService::postEvent(), and reset().
uint32_t FastTimerService::PathInfo::last_run |
Definition at line 237 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::postPathEvent(), and reset().
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(), and reset().
double FastTimerService::PathInfo::summary_intermodules |
Definition at line 233 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent(), and reset().
double FastTimerService::PathInfo::summary_overhead |
Definition at line 235 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent(), and reset().
double FastTimerService::PathInfo::summary_postmodules |
Definition at line 234 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent(), and reset().
double FastTimerService::PathInfo::summary_premodules |
Definition at line 232 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent(), and reset().
double FastTimerService::PathInfo::summary_total |
Definition at line 236 of file FastTimerService.h.
Referenced by FastTimerService::postPathEvent(), and reset().
double FastTimerService::PathInfo::time_active |
Definition at line 224 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and reset().
double FastTimerService::PathInfo::time_exclusive |
Definition at line 225 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), and reset().
double FastTimerService::PathInfo::time_intermodules |
Definition at line 227 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::postPathEvent(), and reset().
double FastTimerService::PathInfo::time_overhead |
Definition at line 229 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::postPathEvent(), and reset().
double FastTimerService::PathInfo::time_postmodules |
Definition at line 228 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::postPathEvent(), and reset().
double FastTimerService::PathInfo::time_premodules |
Definition at line 226 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::postPathEvent(), and reset().
double FastTimerService::PathInfo::time_total |
Definition at line 230 of file FastTimerService.h.
Referenced by FastTimerService::postEvent(), FastTimerService::postPathEvent(), and reset().
FastTimer FastTimerService::PathInfo::timer |
Definition at line 223 of file FastTimerService.h.
Referenced by reset().