File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55//! This module/API is only available on these compilation targets:
66//!
77//! - ARM architectures which instruction set include the LDREX, CLREX and STREX instructions, e.g.
8- //! `thumbv7m-none-eabi` but not `thumbv6m-none-eabi`
8+ //! `thumbv7m-none-eabi` but not `thumbv6m-none-eabi`
99//! - 32-bit x86, e.g. `i686-unknown-linux-gnu`
1010//!
1111//! # Benchmarks
3737//! ```
3838//!
3939//! - measurement method: the cycle counter (CYCCNT) register was sampled each time a breakpoint
40- //! (`bkpt`) was hit. the difference between the "after" and the "before" value of CYCCNT yields the
41- //! execution time in clock cycles.
40+ //! (`bkpt`) was hit. the difference between the "after" and the "before" value of CYCCNT yields the
41+ //! execution time in clock cycles.
4242//!
4343//! | API | clock cycles |
4444//! |------------------------------|--------------|
You can’t perform that action at this time.
0 commit comments