Rob Fagen commented on Improvement JENKINS-17312

Marc,

The intention of the request is to be able to easily associate how long an action takes with the description of the action. With your example, you have to shift every timestamp backwards by a line to see what it was that took that long.

Maybe this expresses the intent more clearly:

             Task Time   Elapsed Time
Job start -- 0:00:00.0   0:00:00.0
Task 1    -- 0:00:01.1   0:00:01.1
Task 2    -- 0:00:12.4   0:00:13.5
Task 3    -- 0:00:05.0   0:00:18.5
Job end   -- 0:00:00.0   0:00:18.5

One of my goals is to be able to sort on the per-task time in order to find the fattest targets for optimization (or to find stuff that's taking far too long because of timeouts/failures/networks slowdowns/etc.)

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to