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.
task_cycle_info_t Struct Reference

Data Fields

int64_t lStart
 
int64_t lUsedTotal
 
int32_t nUsedRecent
 
uint16_t hwActiveCount
 
uint16_t bEnabled: 1
 

Detailed Description

Definition at line 362 of file perf_counter.h.

Field Documentation

◆ bEnabled

uint16_t bEnabled

Definition at line 368 of file perf_counter.h.

◆ hwActiveCount

uint16_t hwActiveCount

Definition at line 366 of file perf_counter.h.

◆ lStart

int64_t lStart

Definition at line 363 of file perf_counter.h.

◆ lUsedTotal

int64_t lUsedTotal

Definition at line 364 of file perf_counter.h.

◆ nUsedRecent

int32_t nUsedRecent

Definition at line 365 of file perf_counter.h.


The documentation for this struct was generated from the following file: