Public Member Functions | |
StopProfilerAnalyzer (const edm::ParameterSet &pset) | |
~StopProfilerAnalyzer () | |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
Definition at line 64 of file ProfilerAnalyzer.cc.
StopProfilerAnalyzer::StopProfilerAnalyzer | ( | const edm::ParameterSet & | pset | ) | [inline, explicit] |
Definition at line 66 of file ProfilerAnalyzer.cc.
: ProfilerAnalyzer(pset) {}
StopProfilerAnalyzer::~StopProfilerAnalyzer | ( | ) | [inline] |
Definition at line 68 of file ProfilerAnalyzer.cc.
{}
void StopProfilerAnalyzer::analyze | ( | const edm::Event & | , |
const edm::EventSetup & | |||
) | [private, virtual] |
Implements ProfilerAnalyzer.
Definition at line 112 of file ProfilerAnalyzer.cc.
{ edm::Service<ProfilerService>()->stopInstrumentation(); }