-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When the elapsed time for a batch and the total elapsed time is reported, the expression %d %H:%M:%S is used. Even when the pipeline takes less than one day to run, the elapsed time will be reported with %d being one (i.e., taking at least 24 hours), as %d reports day of month (there is no 0'th day of a month). See here.
The code used to report elapsed time needs to be changed so that days/hours/minutes/seconds are reported accurately.
Crackling/src/crackling/Crackling.py
Line 886 in b00de36
| time.strftime('%d %H:%M:%S', time.gmtime((time.time() - startTime))), |
Crackling/src/crackling/Crackling.py
Line 879 in b00de36
| time.strftime('%d %H:%M:%S', time.gmtime((time.time() - batchStartTime))), |
Metadata
Metadata
Assignees
Labels
No labels