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

Add a history and average of the last X code execution times #15

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

MHendricks
Copy link
Member

Keeps track of the execution time of the last X commands run. If you click on the status bar it will open a menu showing each data point and the average of all of them. You can also set the number of entries to keep.

Checklist

  • I have read the CONTRIBUTING.md document
  • I formatted my changes with black
  • I linted my changes with flake8
  • I have added documentation regarding my changes where necessary
  • Any pre-existing tests continue to pass
  • Additional tests were made covering my changes

Types of Changes

  • Bugfix (change that fixes an issue)
  • New Feature (change that adds functionality)
  • Documentation Update (if none of the other choices apply)

Proposed Changes

@MHendricks MHendricks force-pushed the mikeh/exec_avg_status branch from 130a386 to f6f0086 Compare April 20, 2024 05:59
@MHendricks MHendricks merged commit f7c068f into main Apr 24, 2024
11 checks passed
@MHendricks MHendricks deleted the mikeh/exec_avg_status branch April 24, 2024 22:42
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