Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/ThirdParty/GCC/Posix/
Dportmacro.h145 #define portGET_RUN_TIME_COUNTER_VALUE() ulPortGetRunTime() macro
/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dportmacro.h126 #define portGET_RUN_TIME_COUNTER_VALUE() xthal_get_ccount() macro
/Kernel-v11.0.1/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h179 #define portGET_RUN_TIME_COUNTER_VALUE() xscope_gettime() macro
/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dportmacro.h349 #define portGET_RUN_TIME_COUNTER_VALUE() xthal_get_ccount() macro
/Kernel-v11.0.1/
Dtasks.c4476 … *pulTotalRunTime = ( configRUN_TIME_COUNTER_TYPE ) portGET_RUN_TIME_COUNTER_VALUE(); in uxTaskGetSystemState()
5115 ulTotalRunTime[ 0 ] = portGET_RUN_TIME_COUNTER_VALUE(); in vTaskSwitchContext()
5216 ulTotalRunTime[ xCoreID ] = portGET_RUN_TIME_COUNTER_VALUE(); in vTaskSwitchContext()
8392 ulTotalTime = ( configRUN_TIME_COUNTER_TYPE ) portGET_RUN_TIME_COUNTER_VALUE(); in ulTaskGetRunTimePercent()
8448 ulTotalTime = portGET_RUN_TIME_COUNTER_VALUE() * configNUMBER_OF_CORES; in ulTaskGetIdleRunTimePercent()
DHistory.txt1951 the already existing portGET_RUN_TIME_COUNTER_VALUE(). This allows for
/Kernel-v11.0.1/include/
DFreeRTOS.h2594 #ifndef portGET_RUN_TIME_COUNTER_VALUE
2596 …rror If configGENERATE_RUN_TIME_STATS is defined then either portGET_RUN_TIME_COUNTER_VALUE or por…