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.
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 354 of file perf_counter.h.

Field Documentation

◆ bEnabled

uint16_t bEnabled

Definition at line 360 of file perf_counter.h.

◆ hwActiveCount

uint16_t hwActiveCount

Definition at line 358 of file perf_counter.h.

◆ lStart

int64_t lStart

Definition at line 355 of file perf_counter.h.

◆ lUsedTotal

int64_t lUsedTotal

Definition at line 356 of file perf_counter.h.

◆ nUsedRecent

int32_t nUsedRecent

Definition at line 357 of file perf_counter.h.


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