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 support for rate log #507

Closed
krichardsson opened this issue Nov 15, 2019 · 0 comments
Closed

Add support for rate log #507

krichardsson opened this issue Nov 15, 2019 · 0 comments
Milestone

Comments

@krichardsson
Copy link
Contributor

A common thing to log is rates (events / second) and it would be nice to simplify this. Currently there are a number of implementations in various modules with counters, timers and so on to calculate rates. This could be simplified and should preferably be done in a similar way as when logging a variable.

The suggested solution is:

  1. Add support to the logging framework to acquire log data through a function instead of reading a memory location.
  2. Add support to the stats count module to simplify initializing, counting and logging rates
krichardsson added a commit that referenced this issue Nov 15, 2019
krichardsson added a commit that referenced this issue Nov 15, 2019
@krichardsson krichardsson added this to the next-release milestone Nov 17, 2019
krichardsson added a commit that referenced this issue Nov 19, 2019
cafeciaojoe pushed a commit to cafeciaojoe/crazyflie-firmware that referenced this issue Sep 27, 2024
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

No branches or pull requests

1 participant