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 | |
task_cycle_info_t * | ptInfo |
task_cycle_info_agent_t * | ptNext |
task_cycle_info_agent_t * | ptPrev |
Definition at line 365 of file perf_counter.h.
task_cycle_info_t* ptInfo |
Definition at line 366 of file perf_counter.h.
task_cycle_info_agent_t* ptNext |
Definition at line 367 of file perf_counter.h.
task_cycle_info_agent_t* ptPrev |
Definition at line 368 of file perf_counter.h.