flowtrace icon indicating copy to clipboard operation
flowtrace copied to clipboard

Calculate processing time

Open automata opened this issue 9 years ago • 1 comments

Based on events' timestamp, calculate durations from one event to another and show a summary of slower events:

2015-12-29-011458_543x118_scrot

2015-12-29-011511_340x275_scrot

This is a quick implementation I'm using to discover time consuming components. It seems to cover the "naive" one suggested on #19.

automata avatar Dec 29 '15 03:12 automata

Probably better to show duration together with previous event instead of current one (b/c previous event is the one that took the duration to complete).

automata avatar Dec 29 '15 03:12 automata