jkovacic / FreeRTOS-GCC-ARM926ejs

A port of FreeRTOS to the ARM 929EJ-S Versatile Platform Baseboard
Other
90 stars 42 forks source link

about runtime #3

Open luo-meng opened 4 years ago

luo-meng commented 4 years ago

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 。