Skip to content

Commit 85a66e6

Browse files
committed
GPU: print ITS stat summary on EOS
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 4679fed commit 85a66e6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

GPU/Workflow/src/GPUWorkflowSpec.cxx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,12 @@ void GPURecoWorkflowSpec::stop()
371371

372372
void GPURecoWorkflowSpec::endOfStream(EndOfStreamContext& ec)
373373
{
374+
if (mSpecConfig.runITSTracking && mITSTrackingInterface != nullptr) {
375+
if (static bool printOnce{false}; !printOnce) {
376+
printOnce = true;
377+
mITSTrackingInterface->printSummary();
378+
}
379+
}
374380
handlePipelineEndOfStream(ec);
375381
}
376382

0 commit comments

Comments
 (0)