49 bool forceReport =
false;
50 if (getenv(
"DPL_REPORT_PROCESSING") !=
nullptr && (prescale = std::abs(atoi(getenv(
"DPL_REPORT_PROCESSING"))))) {
64 if ((
int)info.firstTForbit != -1 && checkPrescale(info, prescale,
true)) {
65 char const* what = info.
isTimer() ?
"timer" :
"timeslice";
66 LOGP(info,
"Processing {}:{}, tfCounter:{}, firstTForbit:{}, runNumber:{}, creation:{}, action:{}",
67 what, info.timeslice, info.tfCounter, info.firstTForbit, info.runNumber, info.creation,
op);
69 info.lapse = uv_hrtime();
73 if ((
int)info.firstTForbit != -1 && checkPrescale(info, prescale,
false)) {
74 char const* what = info.
isTimer() ?
"timer" :
"timeslice";
75 LOGP(info,
"Done processing {}:{}, tfCounter:{}, firstTForbit:{}, runNumber:{}, creation:{}, action:{}, wall:{}",
76 what, info.timeslice, info.tfCounter, info.firstTForbit, info.runNumber, info.creation,
op, uv_hrtime() - info.lapse);
void report(gsl::span< o2::InteractionTimeRecord > irs, int threshold, bool verbose)