Public Member Functions | |
void | book (DQMStore::ConcurrentBooker &, ProcessCallGraph const &, std::vector< GroupOfModules > const &, PlotRanges const &event_ranges, PlotRanges const &path_ranges, PlotRanges const &module_ranges, unsigned int lumisections, bool bymodule, bool bypath, bool byls, bool transitions) |
void | fill (ProcessCallGraph const &, ResourcesPerJob const &, unsigned int ls) |
void | fill_lumi (AtomicResources const &, unsigned int lumisection) |
void | fill_run (AtomicResources const &) |
PlotsPerJob (ProcessCallGraph const &job, std::vector< GroupOfModules > const &groups) | |
Private Attributes | |
PlotsPerElement | event_ |
PlotsPerElement | event_ex_ |
std::vector< PlotsPerElement > | highlight_ |
PlotsPerElement | lumi_ |
std::vector< PlotsPerElement > | modules_ |
PlotsPerElement | overhead_ |
std::vector< PlotsPerProcess > | processes_ |
PlotsPerElement | run_ |
Definition at line 376 of file FastTimerService.h.
FastTimerService::PlotsPerJob::PlotsPerJob | ( | ProcessCallGraph const & | job, |
std::vector< GroupOfModules > const & | groups | ||
) |
Definition at line 729 of file FastTimerService.cc.
References LaserDQM_cfg::process, ProcessCallGraph::processes(), and processes_.
void FastTimerService::PlotsPerJob::book | ( | DQMStore::ConcurrentBooker & | booker, |
ProcessCallGraph const & | job, | ||
std::vector< GroupOfModules > const & | groups, | ||
PlotRanges const & | event_ranges, | ||
PlotRanges const & | path_ranges, | ||
PlotRanges const & | module_ranges, | ||
unsigned int | lumisections, | ||
bool | bymodule, | ||
bool | bypath, | ||
bool | byls, | ||
bool | transitions | ||
) |
Definition at line 743 of file FastTimerService.cc.
References makeHippyCampaign::basedir, FastTimerService::PlotsPerElement::book(), event_, event_ex_, edmIntegrityCheck::group, highlight_, triggerObjects_cff::id, edm::ModuleDescription::id(), label, lumi_, ProcessCallGraph::module(), customisers::module_name, edm::ModuleDescription::moduleLabel(), modules_, overhead_, sysUtil::pid, LaserDQM_cfg::process, ProcessCallGraph::processDescription(), ProcessCallGraph::processes(), processes_, DQMStore::IBooker::pwd(), run_, DQMStore::IBooker::setCurrentFolder(), ProcessCallGraph::source(), and AlCaHLTBitMon_QueryRunRegistry::string.
void FastTimerService::PlotsPerJob::fill | ( | ProcessCallGraph const & | job, |
ResourcesPerJob const & | data, | ||
unsigned int | ls | ||
) |
Definition at line 835 of file FastTimerService.cc.
References data, FastTimerService::ResourcesPerJob::event, event_, event_ex_, FastTimerService::PlotsPerElement::fill(), edmIntegrityCheck::group, FastTimerService::ResourcesPerJob::highlight, highlight_, triggerObjects_cff::id, eostools::ls(), FastTimerService::ResourcesPerJob::modules, modules_, FastTimerService::ResourcesPerJob::overhead, overhead_, sysUtil::pid, ProcessCallGraph::processDescription(), FastTimerService::ResourcesPerJob::processes, processes_, and FastTimerService::ResourcesPerJob::total.
void FastTimerService::PlotsPerJob::fill_lumi | ( | AtomicResources const & | data, |
unsigned int | lumisection | ||
) |
Definition at line 862 of file FastTimerService.cc.
References FastTimerService::PlotsPerElement::fill(), and lumi_.
void FastTimerService::PlotsPerJob::fill_run | ( | AtomicResources const & | data | ) |
Definition at line 855 of file FastTimerService.cc.
References FastTimerService::PlotsPerElement::fill(), and run_.
|
private |
Definition at line 389 of file FastTimerService.h.
|
private |
Definition at line 390 of file FastTimerService.h.
|
private |
Definition at line 396 of file FastTimerService.h.
|
private |
Definition at line 393 of file FastTimerService.h.
Referenced by book(), and fill_lumi().
|
private |
Definition at line 398 of file FastTimerService.h.
|
private |
Definition at line 391 of file FastTimerService.h.
|
private |
Definition at line 400 of file FastTimerService.h.
Referenced by book(), fill(), and PlotsPerJob().
|
private |
Definition at line 394 of file FastTimerService.h.
Referenced by book(), and fill_run().