Skip to content

Commit

Permalink
DDsim: clarify timing output
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Dec 10, 2024
1 parent f0171f5 commit cd294fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDG4/python/DDSim/DD4hepSimulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def run(self):
if processedEvents != 0:
eventTime = totalTimeUser - startUpTime
perEventTime = eventTime / processedEvents
logger.info("StartUp Time: %3.2f s, Event Processing: %3.2f s (%3.2f s/Event) "
logger.info("StartUp Time: %3.2f s, Processing and Init: %3.2f s (~%3.2f s/Event) "
% (startUpTime, eventTime, perEventTime))
return exitCode

Expand Down

0 comments on commit cd294fc

Please sign in to comment.