rtic-rs / rfcs

11 stars 6 forks source link

Statistics feature #21

Open perlindgren opened 5 years ago

perlindgren commented 5 years ago
  1. Do we want to add (opt-in) run-time collection of statistics.
  2. What statistics should we support (e.g., for each msg queue, the max used nr of elements), etc.
  3. Should we have an API for accessing the statistics, (or should it be just accessible from gdb).
  4. Other thoughts on statistics...