Skip to content

Commit 28bff29

Browse files
committed
ITS: format time for TF
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 5559b93 commit 28bff29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/ITSMFT/ITS/workflow/src/TrackerSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void TrackerDPL::run(ProcessingContext& pc)
6060
mITSTrackingInterface.updateTimeDependentParams(pc);
6161
mITSTrackingInterface.run(pc);
6262
mTimer.Stop();
63-
LOGP(info, "CPU Reconstruction time for this TF {} s (cpu), {} s (wall)", mTimer.CpuTime() - cput, mTimer.RealTime() - realt);
63+
LOGP(info, "CPU Reconstruction time for this TF {:.2f} s (cpu), {:.2f} s (wall)", mTimer.CpuTime() - cput, mTimer.RealTime() - realt);
6464
}
6565

6666
void TrackerDPL::finaliseCCDB(ConcreteDataMatcher& matcher, void* obj)

0 commit comments

Comments
 (0)