更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
SchedStat结构体 参考

#include <los_statistics_pri.h>

成员变量

UINT64 allRuntime
 
UINT64 runTime
 
UINT64 switchCount
 
UINT64 timeSliceRealTime
 
UINT64 timeSliceTime
 
UINT64 timeSliceCount
 
UINT64 pendTime
 
UINT64 pendCount
 
UINT64 waitSchedTime
 
UINT64 waitSchedCount
 

详细描述

在文件 los_statistics_pri.h43 行定义.

结构体成员变量说明

◆ allRuntime

UINT64 SchedStat::allRuntime

在文件 los_statistics_pri.h44 行定义.

◆ pendCount

UINT64 SchedStat::pendCount

在文件 los_statistics_pri.h51 行定义.

◆ pendTime

UINT64 SchedStat::pendTime

在文件 los_statistics_pri.h50 行定义.

◆ runTime

UINT64 SchedStat::runTime

在文件 los_statistics_pri.h45 行定义.

◆ switchCount

UINT64 SchedStat::switchCount

在文件 los_statistics_pri.h46 行定义.

◆ timeSliceCount

UINT64 SchedStat::timeSliceCount

在文件 los_statistics_pri.h49 行定义.

◆ timeSliceRealTime

UINT64 SchedStat::timeSliceRealTime

在文件 los_statistics_pri.h47 行定义.

◆ timeSliceTime

UINT64 SchedStat::timeSliceTime

在文件 los_statistics_pri.h48 行定义.

◆ waitSchedCount

UINT64 SchedStat::waitSchedCount

在文件 los_statistics_pri.h53 行定义.

◆ waitSchedTime

UINT64 SchedStat::waitSchedTime

在文件 los_statistics_pri.h52 行定义.


该结构体的文档由以下文件生成: