10 useCPUtime( ps.getUntrackedParameter<bool>(
"useCPUtime",
true) ),
11 cpu_timer(useCPUtime),
21 edm::LogError(
"TimerService") <<
"this process is NOT bound to a single CPU, the results of the TimerService may be undefined";
31 std::cout <<
"this process is NOT bound to a single CPU, the results of the TimerService may be undefined";
32 std::cout <<
"==========================================================\n";
34 std::cout <<
" Used " << (
useCPUtime ?
"CPU" :
"wall-clock") <<
"time for timing information\n";
35 std::cout <<
"==========================================================\n";
36 std::cout << std::flush;
void postModule(const edm::ModuleDescription &iMod)
void preModule(const edm::ModuleDescription &iMod)
void watchPostModule(PostModule::slot_type const &iSlot)
void watchPreModule(PreModule::slot_type const &iSlot)
TimerService(const edm::ParameterSet &, edm::ActivityRegistry &iAR)
sigc::signal< void, const edm::ModuleDescription &, double > newMeasurementSignal
static bool bindToCurrentCpu()