1 #ifndef ProfilerService_H
2 #define ProfilerService_H
107 #endif // ProfilerService_H
bool active() const
true if instrumentation is active
std::vector< std::string > m_excludedPaths
bool resumeInstrumentation()
std::vector< std::string > m_paths
void beginPath(std::string const &path)
void endPath(std::string const &path)
~ProfilerService()
Destructor.
void endEventI(const edm::Event &, const edm::EventSetup &)
bool stopInstrumentation()
stop instrumentation if not active anymore; true if stopped now
bool forceStopInstrumentation()
forced stop instrumentation independenly of activity status; true if stopped now
bool pauseInstrumentation()
bool startInstrumentation()
start instrumentation if not active. true if started now
void beginEventI(const edm::EventID &, const edm::Timestamp &)
void dumpStat() const
dump profiling information
void beginPathI(std::string const &path)
void endPathI(std::string const &path, const edm::HLTPathStatus &)
ProfilerService(edm::ParameterSet const &pset, edm::ActivityRegistry &activity)
Standard Service Constructor.
bool doEvent() const
true if the current event has to be instrumented