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
STM32 Libraries and Samples
FreeRTOS
ulTotalRunTime
ulTotalRunTime variable
Syntax
Show:
Summary
Declaration
from
tasks.c:396
PRIVILEGED_DATA
static
uint32_t
ulTotalRunTime
=
0UL
;
Examples
References
from
examples
Code
Location
Referrer
PRIVILEGED_DATA
static
uint32_t
ulTotalRunTime
=
0UL
;
/*< Holds the total amount of execution time as defined by the run time counter clock. */
tasks.c:396
ulTotalRunTime
=
portGET_RUN_TIME_COUNTER_VALUE
(
)
;
tasks.c:3007
vTaskSwitchContext()
if
(
ulTotalRunTime
>
ulTaskSwitchedInTime
)
tasks.c:3017
vTaskSwitchContext()
pxCurrentTCB
->
ulRunTimeCounter
+=
(
ulTotalRunTime
-
ulTaskSwitchedInTime
)
;
tasks.c:3019
vTaskSwitchContext()
ulTaskSwitchedInTime
=
ulTotalRunTime
;
tasks.c:3025
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