We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5559b93 commit 28bff29Copy full SHA for 28bff29
1 file changed
Detectors/ITSMFT/ITS/workflow/src/TrackerSpec.cxx
@@ -60,7 +60,7 @@ void TrackerDPL::run(ProcessingContext& pc)
60
mITSTrackingInterface.updateTimeDependentParams(pc);
61
mITSTrackingInterface.run(pc);
62
mTimer.Stop();
63
- LOGP(info, "CPU Reconstruction time for this TF {} s (cpu), {} s (wall)", mTimer.CpuTime() - cput, mTimer.RealTime() - realt);
+ LOGP(info, "CPU Reconstruction time for this TF {:.2f} s (cpu), {:.2f} s (wall)", mTimer.CpuTime() - cput, mTimer.RealTime() - realt);
64
}
65
66
void TrackerDPL::finaliseCCDB(ConcreteDataMatcher& matcher, void* obj)
0 commit comments