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 | |
task_cycle_info_t * | ptInfo |
task_cycle_info_agent_t * | ptNext |
task_cycle_info_agent_t * | ptPrev |
Definition at line 373 of file perf_counter.h.
task_cycle_info_t* ptInfo |
Definition at line 374 of file perf_counter.h.
task_cycle_info_agent_t* ptNext |
Definition at line 375 of file perf_counter.h.
task_cycle_info_agent_t* ptPrev |
Definition at line 376 of file perf_counter.h.