#include <PerfTools/Callgrind/plugins/ProfilerAnalyzer.cc>
Public Member Functions | |
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 &)=0 |
virtual void | beginJob () |
virtual void | endJob () |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Description: an Module that either start or stop profiling
Implementation: ask the ProfileService to either start or stop profiling depeding on a Parameter Set
Definition at line 39 of file ProfilerAnalyzer.cc.
|
explicit |
Definition at line 87 of file ProfilerAnalyzer.cc.
ProfilerAnalyzer::~ProfilerAnalyzer | ( | ) |
Definition at line 92 of file ProfilerAnalyzer.cc.
|
privatepure virtual |
Implements edm::EDAnalyzer.
Implemented in StopProfilerAnalyzer, and StartProfilerAnalyzer.
|
privatevirtual |
|
privatevirtual |