Public Member Functions | |
void | book (dqm::reco::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 &) | |
Private Attributes | |
std::vector< PlotsPerPath > | endpaths_ |
PlotsPerElement | event_ |
std::vector< PlotsPerPath > | paths_ |
Definition at line 385 of file FastTimerService.h.
FastTimerService::PlotsPerProcess::PlotsPerProcess | ( | ProcessCallGraph::ProcessType const & | process | ) |
Definition at line 641 of file FastTimerService.cc.
void FastTimerService::PlotsPerProcess::book | ( | dqm::reco::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 644 of file FastTimerService.cc.
References makeHippyCampaign::basedir, ProcessCallGraph::ProcessType::endPaths_, event_(), gpuClustering::id, ProcessCallGraph::ProcessType::name_, ProcessCallGraph::ProcessType::paths_, dqm::implementation::NavigatorBase::pwd(), dqm::implementation::NavigatorBase::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 666 of file FastTimerService.cc.
References FastTimerService::ResourcesPerProcess::endpaths, ProcessCallGraph::ProcessType::endPaths_, event_(), gpuClustering::id, FastTimerService::ResourcesPerProcess::paths, ProcessCallGraph::ProcessType::paths_, and FastTimerService::ResourcesPerProcess::total.
|
private |
Definition at line 403 of file FastTimerService.h.
Referenced by Config.Process::_insertPaths(), Config.Process::dumpConfig(), Config.Process::dumpPython(), and Config.Process::splitPython().
|
private |
Definition at line 400 of file FastTimerService.h.
|
private |
Definition at line 402 of file FastTimerService.h.
Referenced by Config.Process::_insertPaths(), Config.Process::dumpConfig(), Config.Process::dumpPython(), Config.Process::pathNames(), and Config.Process::splitPython().