-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
The suggestions is to have an additional option for showing the delta in the logged time from one line to the next, e.g. for a log that would look like this today:
0:00:00.0 Job start 0:00:00.0 First step takes 1.1 seconds 0:00:01.1 Second step takes 12.4 seconds 0:00:13.5 Third step takes 5.0 seconds 0:00:18.5 Job done
It would look like this with the 'elapsed' option:
0:00:00.0 Job start 0:00:01.1 First step takes 1.1 seconds 0:00:12.4 Second step takes 12.4 seconds 0:00:05.0 Third step takes 5.0 seconds 0:00:18.5 Job done
- is duplicated by
-
JENKINS-23108 Printout different between current and previous line
-
- Closed
-
In your example, why does the last line show the absolute time difference again? Shouldn't that also be relative to the previous line, i.e. 0:00:00.0 Job done?
Also, I would have expected, that the delta shows the time from the previous line to the current, and not from the current to the next. E.g. like this:
I don't know why, but this feels more natural to me.