Home
last modified time | relevance | path

Searched refs:uwUsage (Results 1 - 4 of 4) sorted by relevance

/kernel/liteos_m/components/debugtools/
H A Dlos_hwidump.c88 hwiCpup1s[i].uwUsage / CPUP_PRECISION_MULT, hwiCpup1s[i].uwUsage % CPUP_PRECISION_MULT, in ShellCmdHwiInfoShow()
89 hwiCpup10s[i].uwUsage / CPUP_PRECISION_MULT, hwiCpup10s[i].uwUsage % CPUP_PRECISION_MULT, in ShellCmdHwiInfoShow()
/kernel/liteos_m/components/cpup/
H A Dlos_cpup.h201 UINT32 uwUsage; /**< Usage. The value range is [0,1000]. */ member
H A Dlos_cpup.c549 cpupInfo[loopNum].uwUsage = (UINT32)((LOS_CPUP_PRECISION * cpuTimeCurTsk) / cpuTimeAll); in LOS_AllTaskCpuUsage()
749 cpupInfo[loopNum].uwUsage = (UINT32)((LOS_CPUP_PRECISION * cpuTimeCurIrq) / cpuTimeAll); in LOS_GetAllIrqCpuUsage()
/kernel/liteos_m/kernel/src/
H A Dlos_task.c395 cpuLessOneSec[taskCB->taskID].uwUsage / LOS_CPUP_PRECISION_MULT, in OsGetAllTskInfo()
396 cpuLessOneSec[taskCB->taskID].uwUsage % LOS_CPUP_PRECISION_MULT, in OsGetAllTskInfo()
397 cpuTenSec[taskCB->taskID].uwUsage / LOS_CPUP_PRECISION_MULT, in OsGetAllTskInfo()
398 cpuTenSec[taskCB->taskID].uwUsage % LOS_CPUP_PRECISION_MULT, in OsGetAllTskInfo()
399 cpuOneSec[taskCB->taskID].uwUsage / LOS_CPUP_PRECISION_MULT, in OsGetAllTskInfo()
400 cpuOneSec[taskCB->taskID].uwUsage % LOS_CPUP_PRECISION_MULT); in OsGetAllTskInfo()

Completed in 5 milliseconds