Loading...
Searching...
No Matches
schedstat_t Struct Reference

Scheduler statistics. More...

Detailed Description

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.
 

Field Documentation

◆ laststart

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.

◆ runtime_us

uint64_t schedstat_t::runtime_us

The total runtime of this thread in microseconds.

Definition at line 45 of file schedstatistics.h.

◆ schedules

unsigned int schedstat_t::schedules

How often the thread was scheduled to run.

Definition at line 44 of file schedstatistics.h.


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