We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76d4079 + d8a3e8e commit ed6d0ccCopy full SHA for ed6d0cc
HLTrigger/Timer/plugins/FastTimerService.cc
@@ -1787,7 +1787,8 @@ void FastTimerService::on_scheduler_entry(bool worker) {
1787
// - not accounted: thread().measure()
1788
// - considered as idle: thread().measure_and_accumulate(job_summary_.idle)
1789
// - considered as other: thread().measure_and_accumulate(job_summary_.overhead)
1790
- thread().measure_and_accumulate(job_summary_.overhead);
+ // FIXME "considered as other" has been seen to produce unreliable results; revert to "not accounted" for the time being.
1791
+ thread().measure();
1792
}
1793
1794
0 commit comments