Public Member Functions | |
void | book (DQMStore::IBooker &, ProcessCallGraph const &, ProcessCallGraph::ProcessType const &, PlotRanges const &event_ranges, PlotRanges const &path_ranges, unsigned int lumisections, bool bypath, bool byls) |
void | fill (ProcessCallGraph::ProcessType const &, ResourcesPerJob const &, ResourcesPerProcess const &, unsigned int ls) |
PlotsPerProcess (ProcessCallGraph::ProcessType const &) | |
void | reset () |
Private Attributes | |
std::vector< PlotsPerPath > | endpaths_ |
PlotsPerElement | event_ |
std::vector< PlotsPerPath > | paths_ |
Definition at line 373 of file FastTimerService.h.
FastTimerService::PlotsPerProcess::PlotsPerProcess | ( | ProcessCallGraph::ProcessType const & | process | ) |
Definition at line 601 of file FastTimerService.cc.
void FastTimerService::PlotsPerProcess::book | ( | DQMStore::IBooker & | booker, |
ProcessCallGraph const & | job, | ||
ProcessCallGraph::ProcessType const & | process, | ||
PlotRanges const & | event_ranges, | ||
PlotRanges const & | path_ranges, | ||
unsigned int | lumisections, | ||
bool | bypath, | ||
bool | byls | ||
) |
Definition at line 619 of file FastTimerService.cc.
References FastTimerService::PlotsPerElement::book(), ProcessCallGraph::ProcessType::endPaths_, endpaths_, event_, hcalTTPDigis_cfi::id, ProcessCallGraph::ProcessType::name_, ProcessCallGraph::ProcessType::paths_, paths_, DQMStore::IBooker::pwd(), DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
void FastTimerService::PlotsPerProcess::fill | ( | ProcessCallGraph::ProcessType const & | description, |
ResourcesPerJob const & | data, | ||
ResourcesPerProcess const & | process, | ||
unsigned int | ls | ||
) |
Definition at line 658 of file FastTimerService.cc.
References FastTimerService::ResourcesPerProcess::endpaths, ProcessCallGraph::ProcessType::endPaths_, endpaths_, event_, FastTimerService::PlotsPerElement::fill(), hcalTTPDigis_cfi::id, FastTimerService::ResourcesPerProcess::paths, ProcessCallGraph::ProcessType::paths_, paths_, and FastTimerService::ResourcesPerProcess::total.
void FastTimerService::PlotsPerProcess::reset | ( | void | ) |
Definition at line 609 of file FastTimerService.cc.
References endpaths_, event_, callgraph::path, paths_, and FastTimerService::PlotsPerElement::reset().
|
private |
Definition at line 387 of file FastTimerService.h.
Referenced by Config.Process::_insertPaths(), book(), Config.Process::dumpConfig(), Config.Process::dumpPython(), fill(), and reset().
|
private |
Definition at line 384 of file FastTimerService.h.
|
private |
Definition at line 386 of file FastTimerService.h.
Referenced by Config.Process::_insertPaths(), book(), Config.Process::dumpConfig(), Config.Process::dumpPython(), fill(), Config.Process::pathNames(), and reset().