![]() |
![]() |
Public Member Functions | |
StartProfilerAnalyzer (const edm::ParameterSet &pset) | |
~StartProfilerAnalyzer () | |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
Definition at line 52 of file ProfilerAnalyzer.cc.
StartProfilerAnalyzer::StartProfilerAnalyzer | ( | const edm::ParameterSet & | pset | ) | [inline, explicit] |
Definition at line 54 of file ProfilerAnalyzer.cc.
00054 : 00055 ProfilerAnalyzer(pset) {} ~StartProfilerAnalyzer(){}
StartProfilerAnalyzer::~StartProfilerAnalyzer | ( | ) | [inline] |
void StartProfilerAnalyzer::analyze | ( | const edm::Event & | , | |
const edm::EventSetup & | ||||
) | [private, virtual] |
Implements ProfilerAnalyzer.
Definition at line 107 of file ProfilerAnalyzer.cc.
00108 { 00109 edm::Service<ProfilerService>()->startInstrumentation(); 00110 }