18 #include <TStopwatch.h>
35 m_runTime = std::make_unique<TH1D> (
"EventLoop_RunTime",
"worker run-time summary", 5, 0, 5);
38 m_runTime->GetXaxis()->SetBinLabel (1,
"jobs");
39 m_runTime->GetXaxis()->SetBinLabel (2,
"files");
40 m_runTime->GetXaxis()->SetBinLabel (3,
"events");
41 m_runTime->GetXaxis()->SetBinLabel (4,
"cpu time");
42 m_runTime->GetXaxis()->SetBinLabel (5,
"real time");
43 return ::StatusCode::SUCCESS;
52 return ::StatusCode::SUCCESS;
66 return ::StatusCode::SUCCESS;
76 return ::StatusCode::SUCCESS;