mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-30 05:50:29 +00:00
Another fix for remaining clippy warnings
This commit is contained in:
parent
dda9d7c1da
commit
184adc7f54
@ -5,7 +5,7 @@
|
||||
//! This module/API is only available on these compilation targets:
|
||||
//!
|
||||
//! - ARM architectures which instruction set include the LDREX, CLREX and STREX instructions, e.g.
|
||||
//! `thumbv7m-none-eabi` but not `thumbv6m-none-eabi`
|
||||
//! `thumbv7m-none-eabi` but not `thumbv6m-none-eabi`
|
||||
//! - 32-bit x86, e.g. `i686-unknown-linux-gnu`
|
||||
//!
|
||||
//! # Benchmarks
|
||||
@ -37,8 +37,8 @@
|
||||
//! ```
|
||||
//!
|
||||
//! - measurement method: the cycle counter (CYCCNT) register was sampled each time a breakpoint
|
||||
//! (`bkpt`) was hit. the difference between the "after" and the "before" value of CYCCNT yields the
|
||||
//! execution time in clock cycles.
|
||||
//! (`bkpt`) was hit. the difference between the "after" and the "before" value of CYCCNT yields the
|
||||
//! execution time in clock cycles.
|
||||
//!
|
||||
//! | API | clock cycles |
|
||||
//! |------------------------------|--------------|
|
||||
|
Loading…
x
Reference in New Issue
Block a user