Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate processing time #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

automata
Copy link

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.

Based on events' timestamp, calculate durations from
one event to another and show a summary of slower events
@automata
Copy link
Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant