perf_counter v2.1.0
A dedicated performance counter for Cortex-M Systick. It shares the SysTick with users' original SysTick function(s) without interfering with it.
|
Data Fields | |
int64_t | lStart |
int64_t | lUsedTotal |
int32_t | nUsedRecent |
uint16_t | hwActiveCount |
uint16_t | bEnabled: 1 |
Definition at line 362 of file perf_counter.h.
uint16_t bEnabled |
Definition at line 368 of file perf_counter.h.
uint16_t hwActiveCount |
Definition at line 366 of file perf_counter.h.
int64_t lStart |
Definition at line 363 of file perf_counter.h.
int64_t lUsedTotal |
Definition at line 364 of file perf_counter.h.
int32_t nUsedRecent |
Definition at line 365 of file perf_counter.h.