Bug #12242
swapped CPU and real times in the art job summary printout
Occurs In:
Scope:
Internal
Experiment:
Mu2e
SSI Package:
art
Description
Dear ART developers,
it looks that the first printout of the CPU and real times - right after
the "Event Summary" line - has them swapped: the CPU time per event shouldn't
be larger than the real time.The next printout - below the "Path Summary" - looks more reasonable.
-regards, Pasha
---------- Event Summary ---[sec]---- TimeReport CPU/event = 4.024487 Real/event = 3.808367 TimeReport ---------- Path Summary ---[sec]---- TimeReport per event per path-run TimeReport CPU Real CPU Real Name TimeReport 3.808262 4.024391 3.808262 4.024391 p1 TimeReport CPU Real CPU Real Name TimeReport per event per path-run TimeReport -------End-Path Summary ---[sec]---- TimeReport per event per endpath-run TimeReport CPU Real CPU Real Name TimeReport CPU Real CPU Real Name TimeReport per event per endpath-run
History
#1 Updated by Kyle Knoepfel over 4 years ago
- Status changed from New to Accepted
- Estimated time set to 2.00 h
We will investigate.
#2 Updated by Kyle Knoepfel over 4 years ago
- Description updated (diff)
Indeed, the times as reported at the top of the event summary were swapped. The event summary printed out should have been:
---------- Event Summary ---[sec]---- TimeReport CPU/event = 3.808367 Real/event = 4.024487 TimeReport ---------- Path Summary ---[sec]---- TimeReport per event per path-run TimeReport CPU Real CPU Real Name TimeReport 3.808262 4.024391 3.808262 4.024391 p1 TimeReport CPU Real CPU Real Name TimeReport per event per path-run TimeReport -------End-Path Summary ---[sec]---- TimeReport per event per endpath-run TimeReport CPU Real CPU Real Name TimeReport CPU Real CPU Real Name TimeReport per event per endpath-run
Fix implement with commit art:commit:a140551.
#3 Updated by Kyle Knoepfel over 4 years ago
- Status changed from Accepted to Resolved
- Assignee set to Kyle Knoepfel
- Target version set to 2.01.00
- % Done changed from 0 to 100
- SSI Package art added
- SSI Package deleted (
)
#4 Updated by Kyle Knoepfel over 4 years ago
- Status changed from Resolved to Closed