#include <Profiling.h>
Public Member Functions | |
void | postBeginJob () |
void | postEndJob () |
SimpleProfiling (const ParameterSet &, ActivityRegistry &) | |
~SimpleProfiling () | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Definition at line 20 of file Profiling.h.
edm::service::SimpleProfiling::SimpleProfiling | ( | const ParameterSet & | , |
ActivityRegistry & | iRegistry | ||
) |
Definition at line 20 of file Profiling.cc.
References postBeginJob(), postEndJob(), edm::ActivityRegistry::watchPostBeginJob(), and edm::ActivityRegistry::watchPostEndJob().
edm::service::SimpleProfiling::~SimpleProfiling | ( | ) |
Definition at line 27 of file Profiling.cc.
|
static |
Definition at line 30 of file Profiling.cc.
References edm::ConfigurationDescriptions::add().
void edm::service::SimpleProfiling::postBeginJob | ( | ) |
Definition at line 35 of file Profiling.cc.
References SimpleProfiler::instance(), and SimpleProfiler::start().
Referenced by SimpleProfiling().
void edm::service::SimpleProfiling::postEndJob | ( | ) |
Definition at line 42 of file Profiling.cc.
References SimpleProfiler::instance(), evf::utils::pid, and SimpleProfiler::stop().
Referenced by SimpleProfiling().