Skip to content

Commit 14d295c

Browse files
authored
GPU: print ITS stat summary on EOS (#15686)
* GPU: print ITS stat summary on EOS Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch> * Simplify summary printing in endOfStream method --------- Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent f84a4b5 commit 14d295c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

GPU/Workflow/src/GPUWorkflowSpec.cxx

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

372372
void GPURecoWorkflowSpec::endOfStream(EndOfStreamContext& ec)
373373
{
374+
if (mSpecConfig.runITSTracking && mITSTrackingInterface != nullptr) {
375+
mITSTrackingInterface->printSummary();
376+
}
374377
handlePipelineEndOfStream(ec);
375378
}
376379

0 commit comments

Comments
 (0)