CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Member Functions
StopProfilerAnalyzer Class Reference
Inheritance diagram for StopProfilerAnalyzer:
ProfilerAnalyzer edm::EDAnalyzer

Public Member Functions

 StopProfilerAnalyzer (const edm::ParameterSet &pset)
 
 ~StopProfilerAnalyzer ()
 
- Public Member Functions inherited from ProfilerAnalyzer
 ProfilerAnalyzer (const edm::ParameterSet &)
 
 ~ProfilerAnalyzer ()
 
- Public Member Functions inherited from edm::EDAnalyzer
 EDAnalyzer ()
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 

Private Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &)
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
typedef WorkerT< EDAnalyzerWorkerType
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
- Protected Member Functions inherited from edm::EDAnalyzer
CurrentProcessingContext const * currentContext () const
 

Detailed Description

Definition at line 64 of file ProfilerAnalyzer.cc.

Constructor & Destructor Documentation

StopProfilerAnalyzer::StopProfilerAnalyzer ( const edm::ParameterSet pset)
inlineexplicit

Definition at line 66 of file ProfilerAnalyzer.cc.

66  :
67  ProfilerAnalyzer(pset) {}
ProfilerAnalyzer(const edm::ParameterSet &)
StopProfilerAnalyzer::~StopProfilerAnalyzer ( )
inline

Definition at line 68 of file ProfilerAnalyzer.cc.

68 {}

Member Function Documentation

void StopProfilerAnalyzer::analyze ( const edm::Event ,
const edm::EventSetup  
)
privatevirtual

Implements ProfilerAnalyzer.

Definition at line 112 of file ProfilerAnalyzer.cc.

113 {
114  edm::Service<ProfilerService>()->stopInstrumentation();
115 }