The Pedigree Project 0.1
Public Attributes | List of all members
Scheduler::SystemActivity Struct Reference
+ Collaboration diagram for Scheduler::SystemActivity:

Public Attributes

uint64_t tasks = 0
 
uint64_t loads [3] = {}
 
uint64_t userNanoseconds = 0
 
uint64_t kernelNanoseconds = 0
 
uint64_t idleNanoseconds = 0
 

Detailed Description

Definition at line 127 of file Scheduler.h.

Member Data Documentation

◆ idleNanoseconds

uint64_t Scheduler::SystemActivity::idleNanoseconds = 0

Definition at line 132 of file Scheduler.h.

◆ kernelNanoseconds

uint64_t Scheduler::SystemActivity::kernelNanoseconds = 0

Definition at line 131 of file Scheduler.h.

◆ loads

uint64_t Scheduler::SystemActivity::loads[3] = {}

Definition at line 129 of file Scheduler.h.

◆ tasks

uint64_t Scheduler::SystemActivity::tasks = 0

Definition at line 128 of file Scheduler.h.

◆ userNanoseconds

uint64_t Scheduler::SystemActivity::userNanoseconds = 0

Definition at line 130 of file Scheduler.h.


The documentation for this struct was generated from the following file: