#include <HLTrigger/Timer/src/Timer.cc>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Attributes | |
bool | includeSelf |
std::string | self_module_name |
edm::EventTime | timing |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: EDProducer that uses the EventTime structure to store in the Event the names and processing times (per event) for all modules.
Implementation: <Notes on="" implementation>="">
|
explicit |
Definition at line 38 of file Timer.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), includeSelf, TimerService::newMeasurementSignal, newTimingMeasurement(), edm::EventTime::reset(), self_module_name, AlCaHLTBitMon_QueryRunRegistry::string, cond::rpcobgas::time, and timing.
Timer::~Timer | ( | ) |
|
static |
Definition at line 70 of file Timer.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::addUntracked().
void Timer::newTimingMeasurement | ( | const edm::ModuleDescription & | iMod, |
double | iTime | ||
) |
Definition at line 83 of file Timer.cc.
References edm::EventTime::addModuleTime(), includeSelf, edm::ModuleDescription::moduleLabel(), edm::ModuleDescription::moduleName(), self_module_name, and timing.
Referenced by Timer().
|
virtual |
Implements edm::EDProducer.
Definition at line 101 of file Timer.cc.
References dbtoconf::out, edm::Event::put(), edm::EventTime::reset(), and timing.
|
private |
Definition at line 61 of file Timer.h.
Referenced by newTimingMeasurement(), Timer(), and ~Timer().
|
private |
Definition at line 64 of file Timer.h.
Referenced by newTimingMeasurement(), and Timer().
|
private |
Definition at line 59 of file Timer.h.
Referenced by newTimingMeasurement(), produce(), and Timer().