mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-17 19:13:03 +08:00
Update README.md
This commit is contained in:
parent
c9ea8640fc
commit
4095e36847
@ -1,4 +1,4 @@
|
||||
# perf_counter (v2.3.3)
|
||||
# perf_counter (v2.4.0)
|
||||
A dedicated performance counter for Cortex-M Systick. It shares the SysTick with users' original SysTick function(s) without interfering with it. This library will bring new functionalities, such as performance counter,` delay_us` and `clock()` service defined in `time.h`.
|
||||
|
||||
### Features:
|
||||
@ -45,8 +45,9 @@ A dedicated performance counter for Cortex-M Systick. It shares the SysTick with
|
||||
- `foreach()`, dimof(), `CONNECT()`
|
||||
- C# like `using()`
|
||||
- simple overload feature of OOPC made out of ANSI-C99, `__PLOOC_VA_NUM_ARGS()`
|
||||
- **[new]** add macros for PT
|
||||
- ...
|
||||
- **[new]** A dedicated macro `__perfc_sync_barrier__()` for code barrier.
|
||||
- A dedicated macro `__perfc_sync_barrier__()` for code barrier.
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user