Build log - Add cumulative time

hello,

When viewing build log, it would be interesting to add a column as "Cumulative time".
This column would sum up the Run Time of all descendant actions.

I use lots of  "Action group" like :
Project 1 (Run Time = 06:00)
   +--- Action group 1 (Run Time near 00:00)
   +--- Action group 2 (Run Time near 00:00)
   +--- Action group 3 (Run Time near 00:00)

it would be great to see quickly which action group takes longer

hope its clear,

Agreed. Both to see the total time an action took (so 50s if it took 5 seconds each time it was run), and to see the total time of all child actions. Performance tuning is difficult atm.

Steve