FreeRTOS-GCC-ARM926ejs icon indicating copy to clipboard operation
FreeRTOS-GCC-ARM926ejs copied to clipboard

about runtime

Open luo-meng opened this issue 5 years ago • 0 comments

I tried to get the runtime information, but I don't know what to do. I have already
#define configGENERATE_RUN_TIME_STATS==1 #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() ( ulHighFrequencyTimerTicks = 0UL ) #define portGET_RUN_TIME_COUNTER_VALUE() ulHighFrequencyTimerTicks But I don't know how to set the value of ulHighFrequencyTimerTicks 。

luo-meng avatar Jul 20 '19 13:07 luo-meng