| Crates.io | embedded-counters |
| lib.rs | embedded-counters |
| version | 0.1.2 |
| created_at | 2021-07-22 16:28:15.427231+00 |
| updated_at | 2021-07-22 17:43:52.211222+00 |
| description | Performance counters for embedded driver benchmarking |
| homepage | |
| repository | https://github.com/almindor/embedded-counters |
| max_upload_size | |
| id | 425961 |
| size | 15,630 |
Library that provided embedded-hal implementations for benchmarking transfer performance for drivers.
This crate is still very experimental. The API, in particular the serialization/display aspect will probably change a lot.
Drivers such as ST7789 can gauge performance on host platforms by counting transfers over SPI, I2C or other embedded-hal abstracted interfaces.
Use the provided structures in stead of real abstractions with your driver implementation to get byte, call and delay counts of your driver given a specific operation.
st7789 - basic shapes drawing benchmark