Scheduler statistics. More...
Scheduler statistics.
Definition at line 42 of file schedstatistics.h.
#include <schedstatistics.h>
Data Fields | |
uint32_t | laststart |
Time stamp of the last time this thread was scheduled to run. | |
unsigned int | schedules |
How often the thread was scheduled to run. | |
uint64_t | runtime_ticks |
The total runtime of this thread in ticks. | |