Scheduler statistics. More...
Scheduler statistics.
Definition at line 41 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_us |
The total runtime of this thread in microseconds. | |
uint32_t schedstat_t::laststart |
Time stamp of the last time this thread was scheduled to run.
Definition at line 42 of file schedstatistics.h.
uint64_t schedstat_t::runtime_us |
The total runtime of this thread in microseconds.
Definition at line 45 of file schedstatistics.h.
unsigned int schedstat_t::schedules |
How often the thread was scheduled to run.
Definition at line 44 of file schedstatistics.h.