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 5
5
//! This module/API is only available on these compilation targets:
6
6
//!
7
7
//! - 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`
9
9
//! - 32-bit x86, e.g. `i686-unknown-linux-gnu`
10
10
//!
11
11
//! # Benchmarks
37
37
//! ```
38
38
//!
39
39
//! - 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.
42
42
//!
43
43
//! | API | clock cycles |
44
44
//! |------------------------------|--------------|
You can’t perform that action at this time.
0 commit comments