Searched refs:uwUsage (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_m/components/debugtools/ |
H A D | los_hwidump.c | 88 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 D | los_cpup.h | 201 UINT32 uwUsage; /**< Usage. The value range is [0,1000]. */
member
|
H A D | los_cpup.c | 549 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 D | los_task.c | 395 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 4 milliseconds