#include <FastTimerService.h>
Classes | |
struct | LuminosityDescription |
struct | ModuleInfo |
struct | PathInfo |
struct | PathProfilesPerProcess |
struct | ProcessDescription |
struct | StreamData |
struct | SummaryPlots |
struct | SummaryPlotsPerProcess |
struct | SummaryProfiles |
struct | SummaryProfilesPerProcess |
struct | Timing |
struct | TimingPerProcess |
Public Member Functions | |
double | currentEventTime (edm::StreamID) const |
double | currentModuleTime (edm::StreamID) const |
double | currentPathTime (edm::StreamID) const |
FastTimerService (const edm::ParameterSet &, edm::ActivityRegistry &) | |
double | queryEventTime (edm::StreamID) const |
double | queryModuleTime (edm::StreamID, const edm::ModuleDescription &) const |
double | queryModuleTime (edm::StreamID, unsigned int id) const |
double | queryModuleTimeByLabel (edm::StreamID, const std::string &) const |
double | queryModuleTimeByType (edm::StreamID, const std::string &) const |
double | querySourceTime (edm::StreamID) const |
unsigned int | reserveLuminosityPlots (std::string const &name, std::string const &title, std::string const &label, double range, double resolution) |
unsigned int | reserveLuminosityPlots (std::string &&name, std::string &&title, std::string &&label, double range, double resolution) |
void | setLuminosity (unsigned int stream_id, unsigned int luminosity_id, double value) |
~FastTimerService () | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Types | |
template<typename T > | |
using | ModuleMap = std::vector< T > |
template<typename T > | |
using | PathMap = std::vector< std::unordered_map< std::string, T >> |
Static Private Member Functions | |
static double | delta (FastTimer::Clock::time_point const &first, FastTimer::Clock::time_point const &second) |
static unsigned int | processID (edm::ProcessContext const *) |
Definition at line 83 of file FastTimerService.h.
|
private |
Definition at line 327 of file FastTimerService.h.
|
private |
Definition at line 323 of file FastTimerService.h.
FastTimerService::FastTimerService | ( | const edm::ParameterSet & | config, |
edm::ActivityRegistry & | registry | ||
) |
Definition at line 46 of file FastTimerService.cc.
References edm::ParameterSet::getUntrackedParameter(), m_enable_dqm_byls, m_enable_dqm_bymodule, m_enable_dqm_bymoduletype, m_enable_dqm_bypath_active, m_enable_dqm_bypath_counters, m_enable_dqm_bypath_details, m_enable_dqm_bypath_exclusive, m_enable_dqm_bypath_overhead, m_enable_dqm_bypath_total, m_enable_timing_exclusive, m_enable_timing_modules, m_enable_timing_paths, or, postEndJob(), postEvent(), postGlobalEndRun(), postModuleEvent(), postModuleEventDelayedGet(), postPathEvent(), postSourceEvent(), postStreamBeginLumi(), postStreamBeginRun(), postStreamEndLumi(), postStreamEndRun(), preallocate(), preEvent(), preGlobalBeginRun(), preModuleBeginJob(), preModuleEvent(), preModuleEventDelayedGet(), prePathEvent(), preSourceEvent(), preStreamBeginRun(), reserveLuminosityPlots(), edm::ActivityRegistry::watchPostEndJob(), edm::ActivityRegistry::watchPostEvent(), edm::ActivityRegistry::watchPostGlobalEndRun(), edm::ActivityRegistry::watchPostModuleEvent(), edm::ActivityRegistry::watchPostModuleEventDelayedGet(), edm::ActivityRegistry::watchPostPathEvent(), edm::ActivityRegistry::watchPostSourceEvent(), edm::ActivityRegistry::watchPostStreamBeginLumi(), edm::ActivityRegistry::watchPostStreamBeginRun(), edm::ActivityRegistry::watchPostStreamEndLumi(), edm::ActivityRegistry::watchPostStreamEndRun(), edm::ActivityRegistry::watchPreallocate(), edm::ActivityRegistry::watchPreEvent(), edm::ActivityRegistry::watchPreGlobalBeginRun(), edm::ActivityRegistry::watchPreModuleBeginJob(), edm::ActivityRegistry::watchPreModuleEvent(), edm::ActivityRegistry::watchPreModuleEventDelayedGet(), edm::ActivityRegistry::watchPrePathEvent(), edm::ActivityRegistry::watchPreSourceEvent(), and edm::ActivityRegistry::watchPreStreamBeginRun().
FastTimerService::~FastTimerService | ( | ) |
Definition at line 147 of file FastTimerService.cc.
double FastTimerService::currentEventTime | ( | edm::StreamID | sid | ) | const |
double FastTimerService::currentModuleTime | ( | edm::StreamID | sid | ) | const |
double FastTimerService::currentPathTime | ( | edm::StreamID | sid | ) | const |
|
inlinestaticprivate |
Definition at line 757 of file FastTimerService.h.
References prof2calltree::count, and first.
Referenced by postEvent(), postPathEvent(), preEvent(), prePathEvent(), and preSourceEvent().
|
static |
Definition at line 1384 of file FastTimerService.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 1236 of file FastTimerService.cc.
References diffTwoXMLs::label, m_stream, python.rootplot.argparse::module, mergeVDriftHistosByStation::name, or, sysUtil::pid, fetchall_from_DQM_v2::pool, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by preGlobalBeginRun().
|
private |
Definition at line 616 of file FastTimerService.cc.
References diffTwoXMLs::label, m_enable_timing_summary, m_job_summary, m_job_summary_perprocess, m_process, mergeVDriftHistosByStation::name, sysUtil::pid, printProcessSummary(), printSummary(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by FastTimerService().
|
private |
Definition at line 774 of file FastTimerService.cc.
References FastTimerService::PathInfo::accept, FastTimerService::ModuleInfo::counter, delta(), FastTimerService::ModuleInfo::dqm_active, FastTimerService::PathInfo::dqm_active, FastTimerService::PathInfo::dqm_exclusive, FastTimerService::PathInfo::dqm_intermodules, FastTimerService::PathInfo::dqm_module_active, FastTimerService::PathInfo::dqm_module_counter, FastTimerService::PathInfo::dqm_module_total, FastTimerService::PathInfo::dqm_overhead, FastTimerService::PathInfo::dqm_postmodules, FastTimerService::PathInfo::dqm_premodules, FastTimerService::PathInfo::dqm_total, i, FastTimerService::PathInfo::index, FastTimerService::PathInfo::last_run, m_dqm_luminosity, m_enable_dqm, m_enable_dqm_bymodule, m_enable_dqm_bymoduletype, m_enable_dqm_bypath_active, m_enable_dqm_bypath_counters, m_enable_dqm_bypath_details, m_enable_dqm_bypath_exclusive, m_enable_dqm_bypath_overhead, m_enable_dqm_bypath_total, m_enable_dqm_summary, m_enable_timing_exclusive, m_enable_timing_modules, m_enable_timing_paths, m_is_first_event, m_job_summary, m_job_summary_perprocess, m_process, m_run_summary, m_run_summary_perprocess, m_stream, FastTimerService::PathInfo::modules, sysUtil::pid, edm::StreamContext::processContext(), processID(), FastTimerService::ModuleInfo::run_in_path, edm::StreamContext::runIndex(), edm::StreamContext::streamID(), FastTimerService::ModuleInfo::summary_active, FastTimerService::ModuleInfo::time_active, FastTimerService::PathInfo::time_active, FastTimerService::PathInfo::time_exclusive, FastTimerService::PathInfo::time_intermodules, FastTimerService::PathInfo::time_overhead, FastTimerService::PathInfo::time_postmodules, FastTimerService::PathInfo::time_premodules, and FastTimerService::PathInfo::time_total.
Referenced by FastTimerService().
|
private |
Definition at line 600 of file FastTimerService.cc.
References cmsPerfStripChart::format, diffTwoXMLs::label, edm::GlobalContext::luminosityBlockID(), m_enable_timing_summary, m_process, m_run_summary, m_run_summary_perprocess, mergeVDriftHistosByStation::name, sysUtil::pid, printProcessSummary(), printSummary(), edm::GlobalContext::processContext(), processID(), edm::LuminosityBlockID::run(), DTTTrigCorrFirst::run, edm::GlobalContext::runIndex(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by FastTimerService().
|
private |
Definition at line 1145 of file FastTimerService.cc.
References edm::ModuleDescription::id(), m_enable_timing_modules, m_stream, edm::ModuleCallingContext::moduleDescription(), edm::ModuleDescription::moduleLabel(), FastTimer::seconds(), FastTimer::stop(), edm::StreamContext::streamID(), FastTimerService::ModuleInfo::summary_active, FastTimerService::ModuleInfo::time_active, FastTimerService::ModuleInfo::timer, and edm::StreamID::value().
Referenced by FastTimerService().
|
private |
Definition at line 1209 of file FastTimerService.cc.
References edm::ModuleDescription::id(), edm::ModuleCallingContext::kRunning, m_enable_timing_modules, m_stream, edm::ModuleCallingContext::moduleDescription(), edm::ModuleDescription::moduleLabel(), FastTimer::resume(), edm::ModuleCallingContext::state(), edm::StreamContext::streamID(), FastTimerService::ModuleInfo::timer, and edm::StreamID::value().
Referenced by FastTimerService().
|
private |
Definition at line 1012 of file FastTimerService.cc.
References funct::abs(), edm::HLTPathStatus::accept(), FastTimerService::PathInfo::accept, FastTimerService::ModuleInfo::counter, cond::rpcobimon::current, delta(), alignCSCRings::e, i, edm::HLTPathStatus::index(), inter, FastTimerService::PathInfo::last_run, m_enable_timing_modules, m_enable_timing_paths, m_process, m_stream, FastTimerService::PathInfo::modules, getHLTPrescaleColumns::path, edm::PathContext::pathName(), sysUtil::pid, edm::StreamContext::processContext(), processID(), FastTimerService::ModuleInfo::run_in_path, edm::StreamContext::streamID(), AlCaHLTBitMon_QueryRunRegistry::string, FastTimerService::PathInfo::summary_active, FastTimerService::PathInfo::summary_intermodules, FastTimerService::PathInfo::summary_overhead, FastTimerService::PathInfo::summary_postmodules, FastTimerService::PathInfo::summary_premodules, FastTimerService::PathInfo::summary_total, FastTimerService::ModuleInfo::time_active, FastTimerService::PathInfo::time_intermodules, FastTimerService::PathInfo::time_overhead, FastTimerService::PathInfo::time_postmodules, FastTimerService::PathInfo::time_premodules, FastTimerService::PathInfo::time_total, pileupDistInMC::total, edm::StreamID::value(), and edm::HLTPathStatus::wasrun().
Referenced by FastTimerService().
|
private |
Definition at line 964 of file FastTimerService.cc.
References m_stream.
Referenced by FastTimerService().
|
private |
Definition at line 586 of file FastTimerService.cc.
References m_stream, cmsPerfSuiteHarvest::now, edm::StreamContext::streamID(), and edm::StreamID::value().
Referenced by FastTimerService().
|
private |
Definition at line 563 of file FastTimerService.cc.
References m_stream, cmsPerfSuiteHarvest::now, edm::StreamContext::streamID(), and edm::StreamID::value().
Referenced by FastTimerService().
|
private |
Definition at line 593 of file FastTimerService.cc.
References m_stream, cmsPerfSuiteHarvest::now, edm::StreamContext::streamID(), and edm::StreamID::value().
Referenced by FastTimerService().
|
private |
Definition at line 570 of file FastTimerService.cc.
References edm::StreamContext::eventID(), m_enable_dqm, m_module_id, m_stream, DQMStore::mergeAndResetMEsRunSummaryCache(), cmsPerfSuiteHarvest::now, cppFunctionSkipper::operator, edm::EventID::run(), edm::StreamContext::streamID(), and edm::StreamID::value().
Referenced by FastTimerService().
|
private |
Definition at line 536 of file FastTimerService.cc.
References cmsPerfStripChart::format, edm::ModuleDescription::getUniqueID(), m_concurrent_runs, m_concurrent_streams, m_concurrent_threads, m_dqm_luminosity, m_dqm_path, m_enable_dqm_bynproc, m_module_id, m_run_summary, m_run_summary_perprocess, m_stream, edm::service::SystemBounds::maxNumberOfConcurrentRuns(), edm::service::SystemBounds::maxNumberOfStreams(), and edm::service::SystemBounds::maxNumberOfThreads().
Referenced by FastTimerService().
|
private |
Definition at line 738 of file FastTimerService.cc.
References delta(), edm::StreamContext::eventID(), edm::EventID::luminosityBlock(), m_enable_dqm_byls, m_stream, sysUtil::pid, edm::StreamContext::processContext(), processID(), setLuminosity(), edm::StreamContext::streamID(), and edm::StreamID::value().
Referenced by FastTimerService().
|
private |
Definition at line 185 of file FastTimerService.cc.
References fillPathMap(), edm::service::TriggerNamesService::getEndPath(), edm::service::TriggerNamesService::getEndPathModules(), edm::service::TriggerNamesService::getEndPaths(), edm::service::TriggerNamesService::getTrigPath(), edm::service::TriggerNamesService::getTrigPathModules(), edm::service::TriggerNamesService::getTrigPaths(), i, diffTwoXMLs::label, m_job_summary_perprocess, m_process, m_run_summary, m_run_summary_perprocess, m_skip_first_path, m_stream, sysUtil::pid, edm::GlobalContext::processContext(), processID(), edm::ProcessContext::processName(), edm::GlobalContext::runIndex(), findQualityFiles::size, AlCaHLTBitMon_QueryRunRegistry::string, and edmLumisInFiles::summary.
Referenced by FastTimerService().
|
private |
Definition at line 725 of file FastTimerService.cc.
References edm::ModuleDescription::id(), m_stream, edm::ModuleDescription::moduleLabel(), and edm::ModuleDescription::moduleName().
Referenced by FastTimerService().
|
private |
Definition at line 1117 of file FastTimerService.cc.
References edm::ModuleDescription::id(), m_enable_timing_modules, m_stream, python.rootplot.argparse::module, edm::ModuleCallingContext::moduleDescription(), edm::ModuleDescription::moduleLabel(), FastTimerService::ModuleInfo::run_in_path, FastTimer::start(), edm::StreamContext::streamID(), FastTimerService::ModuleInfo::timer, and edm::StreamID::value().
Referenced by FastTimerService().
|
private |
Definition at line 1174 of file FastTimerService.cc.
References edm::ModuleDescription::id(), edm::ModuleCallingContext::kRunning, m_enable_timing_modules, m_stream, edm::ModuleCallingContext::moduleDescription(), edm::ModuleDescription::moduleLabel(), FastTimer::pause(), edm::ModuleCallingContext::state(), edm::StreamContext::streamID(), FastTimerService::ModuleInfo::timer, and edm::StreamID::value().
Referenced by FastTimerService().
|
private |
Definition at line 974 of file FastTimerService.cc.
References delta(), m_process, m_stream, getHLTPrescaleColumns::path, edm::PathContext::pathName(), sysUtil::pid, edm::StreamContext::processContext(), processID(), edm::StreamContext::streamID(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by FastTimerService().
|
private |
Definition at line 938 of file FastTimerService.cc.
References delta(), and m_stream.
Referenced by FastTimerService().
|
private |
Definition at line 264 of file FastTimerService.cc.
References FastTimerService::ModuleInfo::dqm_active, FastTimerService::PathInfo::dqm_active, FastTimerService::PathInfo::dqm_exclusive, FastTimerService::PathInfo::dqm_intermodules, FastTimerService::PathInfo::dqm_module_active, FastTimerService::PathInfo::dqm_module_counter, FastTimerService::PathInfo::dqm_module_total, FastTimerService::PathInfo::dqm_overhead, FastTimerService::PathInfo::dqm_postmodules, FastTimerService::PathInfo::dqm_premodules, FastTimerService::PathInfo::dqm_total, edm::StreamContext::eventID(), fill_dups(), edm::service::TriggerNamesService::findEndPath(), edm::service::TriggerNamesService::findTrigPath(), edm::service::TriggerNamesService::getEndPath(), edm::service::TriggerNamesService::getEndPathModules(), edm::service::TriggerNamesService::getEndPaths(), edm::service::TriggerNamesService::getTrigPath(), edm::service::TriggerNamesService::getTrigPathModules(), edm::service::TriggerNamesService::getTrigPaths(), i, infinity, diffTwoXMLs::label, tablePrinter::labels, m_dqm_eventtime_range, m_dqm_eventtime_resolution, m_dqm_luminosity, m_dqm_moduletime_range, m_dqm_moduletime_resolution, m_dqm_path, m_dqm_pathtime_range, m_dqm_pathtime_resolution, m_enable_dqm, m_enable_dqm_bymodule, m_enable_dqm_bymoduletype, m_enable_dqm_bypath_active, m_enable_dqm_bypath_counters, m_enable_dqm_bypath_details, m_enable_dqm_bypath_exclusive, m_enable_dqm_bypath_overhead, m_enable_dqm_bypath_total, m_enable_dqm_summary, m_enable_timing_paths, m_module_id, m_stream, FastTimerService::PathInfo::modules, mergeVDriftHistosByStation::name, or, timingPdfMaker::pathname, sysUtil::pid, RecoTauValidation_cfi::plots, relval_parameters_module::process_name, edm::StreamContext::processContext(), processID(), edm::ProcessContext::processName(), dtDQMClient_cfg::resolution, edm::EventID::run(), findQualityFiles::size, edm::StreamContext::streamID(), AlCaHLTBitMon_QueryRunRegistry::string, indexGen::title, and edm::StreamID::value().
Referenced by FastTimerService().
|
private |
Definition at line 628 of file FastTimerService.cc.
References FastTimerService::TimingPerProcess::all_endpaths, FastTimerService::TimingPerProcess::all_paths, FastTimerService::Timing::count, FastTimerService::TimingPerProcess::event, FastTimerService::TimingPerProcess::interpaths, dbtoconf::out, and FastTimerService::TimingPerProcess::preevent.
Referenced by postEndJob(), and postGlobalEndRun().
|
private |
Definition at line 644 of file FastTimerService.cc.
References FastTimerService::Timing::count, FastTimerService::Timing::event, dbtoconf::out, FastTimerService::Timing::preevent, FastTimerService::Timing::presource, and FastTimerService::Timing::source.
Referenced by postEndJob(), and postGlobalEndRun().
|
staticprivate |
Definition at line 1421 of file FastTimerService.cc.
References edm::ProcessContext::isSubProcess(), edm::ProcessContext::parentProcessContext(), and sysUtil::pid.
Referenced by postEvent(), postGlobalEndRun(), postPathEvent(), preEvent(), preGlobalBeginRun(), prePathEvent(), and preStreamBeginRun().
double FastTimerService::queryEventTime | ( | edm::StreamID | sid | ) | const |
double FastTimerService::queryModuleTime | ( | edm::StreamID | sid, |
const edm::ModuleDescription & | module | ||
) | const |
Definition at line 1283 of file FastTimerService.cc.
References edm::ModuleDescription::id(), m_stream, and edm::ModuleDescription::moduleLabel().
double FastTimerService::queryModuleTime | ( | edm::StreamID | sid, |
unsigned int | id | ||
) | const |
Definition at line 1293 of file FastTimerService.cc.
References m_stream.
double FastTimerService::queryModuleTimeByLabel | ( | edm::StreamID | sid, |
const std::string & | label | ||
) | const |
Definition at line 1303 of file FastTimerService.cc.
References diffTwoXMLs::label, and m_stream.
double FastTimerService::queryModuleTimeByType | ( | edm::StreamID | sid, |
const std::string & | type | ||
) | const |
Definition at line 1315 of file FastTimerService.cc.
References m_stream.
double FastTimerService::querySourceTime | ( | edm::StreamID | sid | ) | const |
unsigned int FastTimerService::reserveLuminosityPlots | ( | std::string const & | name, |
std::string const & | title, | ||
std::string const & | label, | ||
double | range, | ||
double | resolution | ||
) |
Definition at line 152 of file FastTimerService.cc.
References m_dqm_luminosity, and m_stream.
Referenced by FastTimerService().
unsigned int FastTimerService::reserveLuminosityPlots | ( | std::string && | name, |
std::string && | title, | ||
std::string && | label, | ||
double | range, | ||
double | resolution | ||
) |
Definition at line 165 of file FastTimerService.cc.
References diffTwoXMLs::label, m_dqm_luminosity, m_stream, mergeVDriftHistosByStation::name, and indexGen::title.
void FastTimerService::setLuminosity | ( | unsigned int | stream_id, |
unsigned int | luminosity_id, | ||
double | value | ||
) |
Definition at line 179 of file FastTimerService.cc.
References m_stream, and relativeConstraints::value.
Referenced by preEvent().
|
private |
Definition at line 351 of file FastTimerService.h.
Referenced by preallocate().
|
private |
Definition at line 352 of file FastTimerService.h.
Referenced by preallocate().
|
private |
Definition at line 353 of file FastTimerService.h.
Referenced by preallocate().
|
private |
Definition at line 356 of file FastTimerService.h.
Referenced by preStreamBeginRun().
|
private |
Definition at line 357 of file FastTimerService.h.
Referenced by preStreamBeginRun().
|
private |
Definition at line 745 of file FastTimerService.h.
Referenced by postEvent(), preallocate(), preStreamBeginRun(), and reserveLuminosityPlots().
|
private |
Definition at line 360 of file FastTimerService.h.
Referenced by preStreamBeginRun().
|
private |
Definition at line 361 of file FastTimerService.h.
Referenced by preStreamBeginRun().
|
private |
Definition at line 362 of file FastTimerService.h.
Referenced by preallocate(), and preStreamBeginRun().
|
private |
Definition at line 358 of file FastTimerService.h.
Referenced by preStreamBeginRun().
|
private |
Definition at line 359 of file FastTimerService.h.
Referenced by preStreamBeginRun().
|
private |
Definition at line 338 of file FastTimerService.h.
Referenced by postEvent(), postStreamEndRun(), and preStreamBeginRun().
|
private |
Definition at line 348 of file FastTimerService.h.
Referenced by FastTimerService(), and preEvent().
|
private |
Definition at line 345 of file FastTimerService.h.
Referenced by FastTimerService(), postEvent(), and preStreamBeginRun().
|
private |
Definition at line 346 of file FastTimerService.h.
Referenced by FastTimerService(), postEvent(), and preStreamBeginRun().
|
private |
Definition at line 349 of file FastTimerService.h.
Referenced by preallocate().
|
private |
Definition at line 339 of file FastTimerService.h.
Referenced by FastTimerService(), postEvent(), and preStreamBeginRun().
|
private |
Definition at line 343 of file FastTimerService.h.
Referenced by FastTimerService(), postEvent(), and preStreamBeginRun().
|
private |
Definition at line 342 of file FastTimerService.h.
Referenced by FastTimerService(), postEvent(), and preStreamBeginRun().
|
private |
Definition at line 344 of file FastTimerService.h.
Referenced by FastTimerService(), postEvent(), and preStreamBeginRun().
|
private |
Definition at line 341 of file FastTimerService.h.
Referenced by FastTimerService(), postEvent(), and preStreamBeginRun().
|
private |
Definition at line 340 of file FastTimerService.h.
Referenced by FastTimerService(), postEvent(), and preStreamBeginRun().
|
private |
Definition at line 347 of file FastTimerService.h.
Referenced by postEvent(), and preStreamBeginRun().
|
private |
Definition at line 333 of file FastTimerService.h.
Referenced by FastTimerService(), and postEvent().
|
private |
Definition at line 332 of file FastTimerService.h.
Referenced by FastTimerService(), postEvent(), postModuleEvent(), postModuleEventDelayedGet(), postPathEvent(), preModuleEvent(), and preModuleEventDelayedGet().
|
private |
Definition at line 331 of file FastTimerService.h.
Referenced by FastTimerService(), postEvent(), postPathEvent(), and preStreamBeginRun().
|
private |
Definition at line 334 of file FastTimerService.h.
Referenced by postEndJob(), and postGlobalEndRun().
|
private |
Definition at line 365 of file FastTimerService.h.
Referenced by postEvent().
|
private |
Definition at line 752 of file FastTimerService.h.
Referenced by postEndJob(), and postEvent().
|
private |
Definition at line 754 of file FastTimerService.h.
Referenced by postEndJob(), postEvent(), and preGlobalBeginRun().
|
private |
Definition at line 354 of file FastTimerService.h.
Referenced by postStreamEndRun(), preallocate(), and preStreamBeginRun().
|
private |
Definition at line 742 of file FastTimerService.h.
Referenced by postEndJob(), postEvent(), postGlobalEndRun(), postPathEvent(), preGlobalBeginRun(), and prePathEvent().
|
private |
Definition at line 751 of file FastTimerService.h.
Referenced by postEvent(), postGlobalEndRun(), preallocate(), and preGlobalBeginRun().
|
private |
Definition at line 753 of file FastTimerService.h.
Referenced by postEvent(), postGlobalEndRun(), preallocate(), and preGlobalBeginRun().
|
private |
Definition at line 335 of file FastTimerService.h.
Referenced by preGlobalBeginRun().
|
private |
Definition at line 748 of file FastTimerService.h.
Referenced by currentEventTime(), currentModuleTime(), currentPathTime(), fillPathMap(), postEvent(), postModuleEvent(), postModuleEventDelayedGet(), postPathEvent(), postSourceEvent(), postStreamBeginLumi(), postStreamBeginRun(), postStreamEndLumi(), postStreamEndRun(), preallocate(), preEvent(), preGlobalBeginRun(), preModuleBeginJob(), preModuleEvent(), preModuleEventDelayedGet(), prePathEvent(), preSourceEvent(), preStreamBeginRun(), queryEventTime(), queryModuleTime(), queryModuleTimeByLabel(), queryModuleTimeByType(), querySourceTime(), reserveLuminosityPlots(), and setLuminosity().
|
private |
Definition at line 330 of file FastTimerService.h.