Home
last modified time | relevance | path

Searched refs:runTime (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_a/kernel/base/misc/
Dswtmr_shellcmd.c134 UINT64 runTime = ((base->runTime / base->runCount) * OS_NS_PER_CYCLE) / OS_SYS_NS_PER_US; in OsSwtmrTimeInfoShow() local
140runTime, runTimeMax, readyTime, readyTimeMax, base->runCount, base->times, data.handler); in OsSwtmrTimeInfoShow()
/kernel/liteos_a/kernel/base/sched/
Dlos_statistics.c102 STATIC VOID SchedDataGet(const LosTaskCB *taskCB, UINT64 *runTime, UINT64 *timeSlice, in SchedDataGet() argument
106 UINT64 averRunTime = taskCB->schedStat.runTime / taskCB->schedStat.switchCount; in SchedDataGet()
107 *runTime = (averRunTime * OS_NS_PER_CYCLE) / OS_SYS_NS_PER_US; in SchedDataGet()
Dlos_sched.c413 runTask->schedStat.runTime = runTask->schedStat.allRuntime; in SchedTaskSwitch()
/kernel/liteos_a/kernel/base/core/
Dlos_swtmr.c169 UINT64 runTime = OsGetCurrSchedTimeCycle() - startTime; in SwtmrHandler() local
171 data->runTime += runTime; in SwtmrHandler()
172 if (runTime > data->runTimeMax) { in SwtmrHandler()
173 data->runTimeMax = runTime; in SwtmrHandler()
175 runTime = startTime - data->readyStartTime; in SwtmrHandler()
176 data->readyTime += runTime; in SwtmrHandler()
177 if (runTime > data->readyTimeMax) { in SwtmrHandler()
178 data->readyTimeMax = runTime; in SwtmrHandler()
/kernel/liteos_a/kernel/base/include/
Dlos_statistics_pri.h45 UINT64 runTime; member
Dlos_swtmr_pri.h125 UINT64 runTime; member