embedded-counters

Crates.ioembedded-counters
lib.rsembedded-counters
version0.1.2
sourcesrc
created_at2021-07-22 16:28:15.427231
updated_at2021-07-22 17:43:52.211222
descriptionPerformance counters for embedded driver benchmarking
homepage
repositoryhttps://github.com/almindor/embedded-counters
max_upload_size
id425961
size15,630
Aleš Katona (almindor)

documentation

https://docs.rs/embedded-counters

README

Embedded Counters

Library that provided embedded-hal implementations for benchmarking transfer performance for drivers.

!WARNING! Experimental

This crate is still very experimental. The API, in particular the serialization/display aspect will probably change a lot.

Usage

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.

Examples

  • st7789 - basic shapes drawing benchmark
Commit count: 7

cargo fmt