schedstat_t Struct Reference

Scheduler statistics. More...

Detailed Description

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.
 

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