Home
last modified time | relevance | path

Searched refs:portGET_RUN_TIME_COUNTER_VALUE (Results 1 – 7 of 7) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/
Dportmacro.h145 #define portGET_RUN_TIME_COUNTER_VALUE() ulPortGetRunTime() macro
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dportmacro.h120 #define portGET_RUN_TIME_COUNTER_VALUE() xthal_get_ccount() macro
/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h176 #define portGET_RUN_TIME_COUNTER_VALUE() xscope_gettime() macro
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h349 #define portGET_RUN_TIME_COUNTER_VALUE() xthal_get_ccount() macro
/Kernel-v11.1.0/
Dtasks.c4434 … *pulTotalRunTime = ( configRUN_TIME_COUNTER_TYPE ) portGET_RUN_TIME_COUNTER_VALUE(); in uxTaskGetSystemState()
5076 ulTotalRunTime[ 0 ] = portGET_RUN_TIME_COUNTER_VALUE(); in vTaskSwitchContext()
5177 ulTotalRunTime[ xCoreID ] = portGET_RUN_TIME_COUNTER_VALUE(); in vTaskSwitchContext()
8331 ulTotalTime = ( configRUN_TIME_COUNTER_TYPE ) portGET_RUN_TIME_COUNTER_VALUE(); in ulTaskGetRunTimePercent()
8387 ulTotalTime = portGET_RUN_TIME_COUNTER_VALUE() * configNUMBER_OF_CORES; in ulTaskGetIdleRunTimePercent()
DHistory.txt2028 the already existing portGET_RUN_TIME_COUNTER_VALUE(). This allows for
/Kernel-v11.1.0/include/
DFreeRTOS.h2670 #ifndef portGET_RUN_TIME_COUNTER_VALUE
2672 …rror If configGENERATE_RUN_TIME_STATS is defined then either portGET_RUN_TIME_COUNTER_VALUE or por…