|
The Pedigree Project 0.1
|
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 |
Definition at line 127 of file Scheduler.h.
| uint64_t Scheduler::SystemActivity::idleNanoseconds = 0 |
Definition at line 132 of file Scheduler.h.
| uint64_t Scheduler::SystemActivity::kernelNanoseconds = 0 |
Definition at line 131 of file Scheduler.h.
| uint64_t Scheduler::SystemActivity::loads[3] = {} |
Definition at line 129 of file Scheduler.h.
| uint64_t Scheduler::SystemActivity::tasks = 0 |
Definition at line 128 of file Scheduler.h.
| uint64_t Scheduler::SystemActivity::userNanoseconds = 0 |
Definition at line 130 of file Scheduler.h.