FreeRTOS
ulTotalRunTime
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
ulTotalRunTime
ulTotalRunTime variable
Syntax
Show:
Summary
Declaration
from
tasks.c:536
static
volatile
configRUN_TIME_COUNTER_TYPE
ulTotalRunTime
=
0UL
;
Examples
References
from
examples
Code
Location
Referrer
PRIVILEGED_DATA
static
volatile
configRUN_TIME_COUNTER_TYPE
ulTotalRunTime
=
0UL
;
/*< Holds the total amount of execution time as defined by the run time counter clock. */
tasks.c:536
ulTotalRunTime
=
portGET_RUN_TIME_COUNTER_VALUE
(
)
;
tasks.c:3677
vTaskSwitchContext()
if
(
ulTotalRunTime
>
ulTaskSwitchedInTime
[
xCurCoreID
]
)
tasks.c:3687
vTaskSwitchContext()
pxCurrentTCBs
[
xCurCoreID
]
->
ulRunTimeCounter
+=
(
ulTotalRunTime
-
ulTaskSwitchedInTime
[
xCurCoreID
]
)
;
tasks.c:3689
vTaskSwitchContext()
ulTaskSwitchedInTime
[
xCurCoreID
]
=
ulTotalRunTime
;
tasks.c:3696
vTaskSwitchContext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ulTotalRunTime
is written by 1 function and is read by 1 function:
vTaskSwitchContext()
All items filtered out
ulTotalRunTime
vTaskSwitchContext()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out