mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 03:02:36 -05:00
Add ulTaskGetRunTimeCounter and ulTaskGetRunTimePercent (#611)
Allow ulTaskGetIdleRunTimeCounter and ulTaskGetIdleRunTimePercent to be used whenever configGENERATE_RUN_TIME_STATS is enabled, as this is the only requirement for these functions to work.
This commit is contained in:
parent
8592fd23f4
commit
78319fd17e
3 changed files with 71 additions and 14 deletions
2
.github/lexicon.txt
vendored
2
.github/lexicon.txt
vendored
|
|
@ -2321,6 +2321,8 @@ ulstoppedtimercompensation
|
|||
ultablebase
|
||||
ultaskgetidleruntimecounter
|
||||
ultaskgetidleruntimepercent
|
||||
ultaskgetruntimecounter
|
||||
ultaskgetruntimepercent
|
||||
ultaskhasfpucontext
|
||||
ultasknotifystateclear
|
||||
ultasknotifytake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue