perf_counter v1.9.8
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 354 of file perf_counter.h.
uint16_t bEnabled |
Definition at line 360 of file perf_counter.h.
uint16_t hwActiveCount |
Definition at line 358 of file perf_counter.h.
int64_t lStart |
Definition at line 355 of file perf_counter.h.
int64_t lUsedTotal |
Definition at line 356 of file perf_counter.h.
int32_t nUsedRecent |
Definition at line 357 of file perf_counter.h.