flowtrace
flowtrace copied to clipboard
Calculate processing time
Based on events' timestamp, calculate durations from one event to another and show a summary of slower events:
This is a quick implementation I'm using to discover time consuming components. It seems to cover the "naive" one suggested on #19.
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).